File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
See also https://github.com/neo4j/neo4j-python-driver/wiki for more details.
4
4
5
+ ## NEXT RELEASE
6
+ - ...
7
+
8
+
5
9
## Version 5.5
6
10
- No breaking or major changes.
7
11
12
+
8
13
## Version 5.4
9
14
- Undocumented helper methods ` Neo4jError.is_fatal_during_discovery ` and
10
15
` Neo4jError.invalidates_all_connections ` have been deprecated and will be
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.5
9
10
* Neo4j 5.4
10
11
* Neo4j 5.3
11
12
* Neo4j 5.2
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.4 .dev0"
31
+ version = "5.5 .dev0"
32
32
deprecated_package = False
33
33
34
34
You can’t perform that action at this time.
0 commit comments