Skip to content

Commit

Permalink
Bump version to 5.24 (#1088)
Browse files Browse the repository at this point in the history
  • Loading branch information
robsdedude authored Aug 29, 2024
1 parent 761074c commit a8dc1a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
See also https://github.com/neo4j/neo4j-python-driver/wiki for a full changelog.

## NEXT RELEASE
- No breaking or major changes.


## Version 5.24
- Made `neo4j.auth_management.RotatingClientCertificateProvider` and
`...AsyncRotatingClientCertificateProvider` (in preview)
abstract classes, meaning they can no longer be instantiated directly.
Expand Down
2 changes: 1 addition & 1 deletion src/neo4j/_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

# Can be automatically overridden in builds
package = "neo4j"
version = "5.23.dev0"
version = "5.24.dev0"
deprecated_package = False


Expand Down

0 comments on commit a8dc1a5

Please sign in to comment.