We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a56e7f6 commit 4a3fcdfCopy full SHA for 4a3fcdf
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 6.1
10
- Python 3.14 support added.
11
12
src/neo4j/_meta.py
@@ -29,7 +29,7 @@
29
30
# Can be automatically overridden in builds
31
package = "neo4j"
32
-version = "6.0.dev0"
+version = "6.1.dev0"
33
34
35
def _compute_bolt_agent() -> dict[str, str]:
0 commit comments