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.
6
6
- No breaking or major changes.
7
7
8
8
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.
15
12
16
13
17
- ## Version 5.10
14
+ ## Version 5.10 - 5.12
18
15
- No breaking or major changes.
19
16
20
17
@@ -41,11 +38,7 @@ See also https://github.com/neo4j/neo4j-python-driver/wiki for a full changelog.
41
38
Everything should be imported directly from ` neo4j ` instead.
42
39
43
40
44
- ## Version 5.6
45
- - No breaking or major changes.
46
-
47
-
48
- ## Version 5.5
41
+ ## Version 5.5 - 5.6
49
42
- No breaking or major changes.
50
43
51
44
@@ -82,11 +75,7 @@ See also https://github.com/neo4j/neo4j-python-driver/wiki for a full changelog.
82
75
an argument.
83
76
84
77
85
- ## Version 5.2
86
- - No breaking or major changes.
87
-
88
-
89
- ## Version 5.1
78
+ ## Version 5.1 - 5.2
90
79
- No breaking or major changes.
91
80
92
81
@@ -230,7 +219,7 @@ See also https://github.com/neo4j/neo4j-python-driver/wiki for a full changelog.
230
219
231
220
232
221
## Version 4.2
233
- - No driver changes have been made for Neo4j 4.2
222
+ - No breaking or major changes.
234
223
235
224
236
225
## Version 4.1
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ The Official Neo4j Driver for Python.
6
6
7
7
Neo4j versions supported:
8
8
9
- * Neo4j 5.0 - 5.12
9
+ * Neo4j 5.0 - | version |
10
10
* Neo4j 4.4
11
11
12
12
Python versions supported:
Original file line number Diff line number Diff line change 34
34
35
35
# Can be automatically overridden in builds
36
36
package = "neo4j"
37
- version = "5.12 .dev0"
37
+ version = "5.13 .dev0"
38
38
deprecated_package = False
39
39
40
40
You can’t perform that action at this time.
0 commit comments