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 b09cee3 commit bd9f2e6Copy full SHA for bd9f2e6
CHANGELOG.md
@@ -1,8 +1,13 @@
1
# Neo4j Driver Change Log (breaking/major changes only)
2
3
+## Version 5.2
4
+
5
+- No breaking or major changes.
6
7
8
## Version 5.1
9
- * No breaking or major changes.
10
11
12
13
## Version 5.0
docs/source/index.rst
@@ -6,6 +6,7 @@ The Official Neo4j Driver for Python.
Neo4j versions supported:
+* Neo4j 5.2
* Neo4j 5.1
* Neo4j 5.0
* Neo4j 4.4
neo4j/_meta.py
@@ -28,7 +28,7 @@
28
29
# Can be automatically overridden in builds
30
package = "neo4j"
31
-version = "5.1.dev0"
+version = "5.2.dev0"
32
33
34
def get_user_agent():
0 commit comments