Skip to content

Commit 6a9ab5b

Browse files
authored
Merge pull request #909 from robsdedude/bump-version-5.7
Bump version to 5.7
2 parents 2580b1d + 8ec5e57 commit 6a9ab5b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@
33
See also https://github.com/neo4j/neo4j-python-driver/wiki for more details.
44

55
## NEXT RELEASE
6-
- Deprecated importing from `neo4j.work` and its submodules. Everything should be imported directly from `neo4j` instead.
76
- ...
87

98

9+
## Version 5.7
10+
- Deprecated importing from `neo4j.work` and its submodules.
11+
Everything should be imported directly from `neo4j` instead.
12+
13+
1014
## Version 5.6
1115
- No breaking or major changes.
1216

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.7
910
* Neo4j 5.6
1011
* Neo4j 5.5
1112
* Neo4j 5.4

src/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.6.dev0"
31+
version = "5.7.dev0"
3232
deprecated_package = False
3333

3434

0 commit comments

Comments
 (0)