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 e3b54e4 commit 4a7549eCopy full SHA for 4a7549e
docs/source/index.rst
@@ -6,6 +6,7 @@ The Official Neo4j Driver for Python.
6
7
Neo4j versions supported:
8
9
+* Neo4j 5.3
10
* Neo4j 5.2
11
* Neo4j 5.1
12
* Neo4j 5.0
neo4j/_meta.py
@@ -28,7 +28,7 @@
28
29
# Can be automatically overridden in builds
30
package = "neo4j"
31
-version = "5.2.dev0"
+version = "5.3.dev0"
32
33
34
def get_user_agent():
0 commit comments