Skip to content

Commit a8dc1a5

Browse files
authored
Bump version to 5.24 (#1088)
1 parent 761074c commit a8dc1a5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
See also https://github.com/neo4j/neo4j-python-driver/wiki for a full changelog.
44

55
## NEXT RELEASE
6+
- No breaking or major changes.
7+
8+
9+
## Version 5.24
610
- Made `neo4j.auth_management.RotatingClientCertificateProvider` and
711
`...AsyncRotatingClientCertificateProvider` (in preview)
812
abstract classes, meaning they can no longer be instantiated directly.

src/neo4j/_meta.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
# Can be automatically overridden in builds
3535
package = "neo4j"
36-
version = "5.23.dev0"
36+
version = "5.24.dev0"
3737
deprecated_package = False
3838

3939

0 commit comments

Comments
 (0)