Skip to content

Commit

Permalink
prep v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grizz committed Oct 18, 2024
1 parent 87bc6f2 commit 42b2105
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 8 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,21 @@


## Unreleased


## 2.3.0
### Added
- python 3.12 support
### Fixed
- handle api data errors more gracefully, allowing to skip broken objects and retry them later (#95)
### Changed
- modernize (#94)
- poetry to uv packaging


## 2.2.0
### Fixed
- Client should handle rate limiting errors gracefully
- Client should handle rate limiting errors gracefully (#76)


## 2.1.1
Expand Down
15 changes: 10 additions & 5 deletions CHANGELOG.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
Unreleased:
added: []
fixed: []
changed: []
deprecated: []
removed: []
security: []
2.3.0:
added:
- python 3.12 support
fixed:
- handle api data errors more gracefully, allowing to skip broken objects and retry them
later (#95)
- handle api data errors more gracefully, allowing to skip broken objects and retry
them later (#95)
changed:
- modernize (#94)
- poetry to uv packaging
deprecated: []
removed: []
security: []
2.2.0:
fixed:
- Client should handle rate limiting errors gracefully (#76)
Expand Down
2 changes: 1 addition & 1 deletion Ctl/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.0
2.3.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "peeringdb"
version = "2.2.0"
version = "2.3.0"
description = "PeeringDB Django models"
readme = "README.md"
authors = [{ name = "PeeringDB", email = "[email protected]" }]
Expand Down

0 comments on commit 42b2105

Please sign in to comment.