We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a975af commit 80b7be4Copy full SHA for 80b7be4
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.11
10
+- No breaking or major changes.
11
+
12
13
## Version 5.10
14
15
docs/source/index.rst
@@ -6,7 +6,7 @@ The Official Neo4j Driver for Python.
Neo4j versions supported:
-* Neo4j 5.0 - 5.10
+* Neo4j 5.0 - 5.11
* Neo4j 4.4
Python versions supported:
src/neo4j/_meta.py
@@ -33,7 +33,7 @@
33
34
# Can be automatically overridden in builds
35
package = "neo4j"
36
-version = "5.10.dev0"
+version = "5.11.dev0"
37
deprecated_package = False
38
39
0 commit comments