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 22
33See also https://github.com/neo4j/neo4j-python-driver/wiki for more details.
44
5+ ## NEXT RELEASE
6+ - ...
7+
8+
59## Version 5.5
610- No breaking or major changes.
711
12+
813## Version 5.4
914- Undocumented helper methods ` Neo4jError.is_fatal_during_discovery ` and
1015 ` 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.
66
77Neo4j versions supported:
88
9+ * Neo4j 5.5
910* Neo4j 5.4
1011* Neo4j 5.3
1112* Neo4j 5.2
Original file line number Diff line number Diff line change 2828
2929# Can be automatically overridden in builds
3030package = "neo4j"
31- version = "5.4 .dev0"
31+ version = "5.5 .dev0"
3232deprecated_package = False
3333
3434
You can’t perform that action at this time.
0 commit comments