File tree 3 files changed +6
-2
lines changed
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.
6
6
- No breaking or major changes.
7
7
8
8
9
+ ## Version 5.10
10
+ - No breaking or major changes.
11
+
12
+
9
13
## Version 5.9
10
14
- ` neo4j.auth_management.ExpiringAuth ` 's ` expires_in ` (in preview) was replaced
11
15
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.
6
6
7
7
Neo4j versions supported:
8
8
9
- * Neo4j 5.0 - 5.9
9
+ * Neo4j 5.0 - 5.10
10
10
* Neo4j 4.4
11
11
12
12
Python versions supported:
Original file line number Diff line number Diff line change 33
33
34
34
# Can be automatically overridden in builds
35
35
package = "neo4j"
36
- version = "5.9 .dev0"
36
+ version = "5.10 .dev0"
37
37
deprecated_package = False
38
38
39
39
You can’t perform that action at this time.
0 commit comments