We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 761074c commit a8dc1a5Copy full SHA for a8dc1a5
CHANGELOG.md
@@ -3,6 +3,10 @@
3
See also https://github.com/neo4j/neo4j-python-driver/wiki for a full changelog.
4
5
## NEXT RELEASE
6
+- No breaking or major changes.
7
+
8
9
+## Version 5.24
10
- Made `neo4j.auth_management.RotatingClientCertificateProvider` and
11
`...AsyncRotatingClientCertificateProvider` (in preview)
12
abstract classes, meaning they can no longer be instantiated directly.
src/neo4j/_meta.py
@@ -33,7 +33,7 @@
33
34
# Can be automatically overridden in builds
35
package = "neo4j"
36
-version = "5.23.dev0"
+version = "5.24.dev0"
37
deprecated_package = False
38
39
0 commit comments