File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ 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.10
10+ - No breaking or major changes.
11+
12+
913## Version 5.9
1014- ` neo4j.auth_management.ExpiringAuth ` 's ` expires_in ` (in preview) was replaced
1115 by ` expires_at ` , which is a unix timestamp.
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.9
9+ * Neo4j 5.0 - 5.10
1010* Neo4j 4.4
1111
1212Python versions supported:
Original file line number Diff line number Diff line change 3333
3434# Can be automatically overridden in builds
3535package = "neo4j"
36- version = "5.9 .dev0"
36+ version = "5.10 .dev0"
3737deprecated_package = False
3838
3939
You can’t perform that action at this time.
0 commit comments