We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abca897 commit aad93feCopy full SHA for aad93fe
CHANGELOG.md
@@ -6,6 +6,10 @@ See also https://github.com/neo4j/neo4j-python-driver/wiki for a full changelog.
6
- No breaking or major changes.
7
8
9
+## Version 5.17
10
+- No breaking or major changes.
11
+
12
13
## Version 5.16
14
- Implemented a hierarchical logger structure to improve log source
15
identification and traceability.
src/neo4j/_meta.py
@@ -34,7 +34,7 @@
34
35
# Can be automatically overridden in builds
36
package = "neo4j"
37
-version = "5.16.dev0"
+version = "5.17.dev0"
38
deprecated_package = False
39
40
0 commit comments