Skip to content

Commit 03de905

Browse files
authored
Bump version to 5.10 (#941)
1 parent e7c42b0 commit 03de905

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff 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.

docs/source/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The Official Neo4j Driver for Python.
66

77
Neo4j versions supported:
88

9-
* Neo4j 5.0 - 5.9
9+
* Neo4j 5.0 - 5.10
1010
* Neo4j 4.4
1111

1212
Python versions supported:

src/neo4j/_meta.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
# Can be automatically overridden in builds
3535
package = "neo4j"
36-
version = "5.9.dev0"
36+
version = "5.10.dev0"
3737
deprecated_package = False
3838

3939

0 commit comments

Comments
 (0)