Skip to content

Commit

Permalink
prep 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vegu committed Jul 31, 2024
1 parent 45ae942 commit eb94b63
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
## Unreleased


## 2.1.1
### Fixed
- fix pyproject.toml version


## 2.1.0
### Added
- Client.update_all() method to update all objects in the database - this existed in v1 and has now been readded
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Unreleased:
deprecated: []
removed: []
security: []
2.1.1:
fixed:
- fix pyproject.toml version
2.1.0:
added:
- Client.update_all() method to update all objects in the database - this existed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"

[tool.poetry]
name = "peeringdb"
version = "2.1.0"
version = "2.1.1"
description = "PeeringDB Django models"
readme = "README.md"
repository = "https://github.com/peeringdb/peeringdb-py"
Expand Down

0 comments on commit eb94b63

Please sign in to comment.