Skip to content

Commit bd9f2e6

Browse files
authored
Prepare 5.2 release (#846)
1 parent b09cee3 commit bd9f2e6

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# Neo4j Driver Change Log (breaking/major changes only)
22

3+
## Version 5.2
4+
5+
- No breaking or major changes.
6+
7+
38
## Version 5.1
49

5-
* No breaking or major changes.
10+
- No breaking or major changes.
611

712

813
## Version 5.0

docs/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The Official Neo4j Driver for Python.
66

77
Neo4j versions supported:
88

9+
* Neo4j 5.2
910
* Neo4j 5.1
1011
* Neo4j 5.0
1112
* Neo4j 4.4

neo4j/_meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
# Can be automatically overridden in builds
3030
package = "neo4j"
31-
version = "5.1.dev0"
31+
version = "5.2.dev0"
3232

3333

3434
def get_user_agent():

0 commit comments

Comments
 (0)