We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b5b2b3 commit d7dec04Copy full SHA for d7dec04
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.14
10
+- Python 3.12 support added
11
+
12
13
## Version 5.13
14
- Deprecated using `neo4j.Driver` and `neo4j.AsyncDriver` after calling `.close()` on them,
15
except for calling `.close()` again, which has no effects.
src/neo4j/_meta.py
@@ -34,7 +34,7 @@
34
35
# Can be automatically overridden in builds
36
package = "neo4j"
37
-version = "5.13.dev0"
+version = "5.14.dev0"
38
deprecated_package = False
39
40
0 commit comments