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 3
3
See also https://github.com/neo4j/neo4j-python-driver/wiki for more details.
4
4
5
5
## NEXT RELEASE
6
- - Deprecated importing from ` neo4j.work ` and its submodules. Everything should be imported directly from ` neo4j ` instead.
7
6
- ...
8
7
9
8
9
+ ## Version 5.7
10
+ - Deprecated importing from ` neo4j.work ` and its submodules.
11
+ Everything should be imported directly from ` neo4j ` instead.
12
+
13
+
10
14
## Version 5.6
11
15
- No breaking or major changes.
12
16
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ The Official Neo4j Driver for Python.
6
6
7
7
Neo4j versions supported:
8
8
9
+ * Neo4j 5.7
9
10
* Neo4j 5.6
10
11
* Neo4j 5.5
11
12
* Neo4j 5.4
Original file line number Diff line number Diff line change 28
28
29
29
# Can be automatically overridden in builds
30
30
package = "neo4j"
31
- version = "5.6 .dev0"
31
+ version = "5.7 .dev0"
32
32
deprecated_package = False
33
33
34
34
You can’t perform that action at this time.
0 commit comments