File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 33See 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
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ The Official Neo4j Driver for Python.
66
77Neo4j versions supported:
88
9+ * Neo4j 5.7
910* Neo4j 5.6
1011* Neo4j 5.5
1112* Neo4j 5.4
Original file line number Diff line number Diff line change 2828
2929# Can be automatically overridden in builds
3030package = "neo4j"
31- version = "5.6 .dev0"
31+ version = "5.7 .dev0"
3232deprecated_package = False
3333
3434
You can’t perform that action at this time.
0 commit comments