File tree Expand file tree Collapse file tree 3 files changed +9
-20
lines changed Expand file tree Collapse file tree 3 files changed +9
-20
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,12 @@ See also https://github.com/neo4j/neo4j-python-driver/wiki for a full changelog.
66- No breaking or major changes.
77
88
9- ## Version 5.12
10- - No breaking or major changes.
11-
12-
13- ## Version 5.11
14- - No breaking or major changes.
9+ ## Version 5.13
10+ - Deprecated using ` neo4j.Driver ` and ` neo4j.AsyncDriver ` after calling ` .close() ` on them,
11+ except for calling ` .close() ` again, which has no effects.
1512
1613
17- ## Version 5.10
14+ ## Version 5.10 - 5.12
1815- No breaking or major changes.
1916
2017
@@ -41,11 +38,7 @@ See also https://github.com/neo4j/neo4j-python-driver/wiki for a full changelog.
4138 Everything should be imported directly from ` neo4j ` instead.
4239
4340
44- ## Version 5.6
45- - No breaking or major changes.
46-
47-
48- ## Version 5.5
41+ ## Version 5.5 - 5.6
4942- No breaking or major changes.
5043
5144
@@ -82,11 +75,7 @@ See also https://github.com/neo4j/neo4j-python-driver/wiki for a full changelog.
8275 an argument.
8376
8477
85- ## Version 5.2
86- - No breaking or major changes.
87-
88-
89- ## Version 5.1
78+ ## Version 5.1 - 5.2
9079- No breaking or major changes.
9180
9281
@@ -230,7 +219,7 @@ See also https://github.com/neo4j/neo4j-python-driver/wiki for a full changelog.
230219
231220
232221## Version 4.2
233- - No driver changes have been made for Neo4j 4.2
222+ - No breaking or major changes.
234223
235224
236225## Version 4.1
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ The Official Neo4j Driver for Python.
66
77Neo4j versions supported:
88
9- * Neo4j 5.0 - 5.12
9+ * Neo4j 5.0 - | version |
1010* Neo4j 4.4
1111
1212Python versions supported:
Original file line number Diff line number Diff line change 3434
3535# Can be automatically overridden in builds
3636package = "neo4j"
37- version = "5.12 .dev0"
37+ version = "5.13 .dev0"
3838deprecated_package = False
3939
4040
You can’t perform that action at this time.
0 commit comments