Skip to content

Commit c95dc3a

Browse files
authored
Bump version to 5.9 (#933)
1 parent 972f386 commit c95dc3a

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
See also https://github.com/neo4j/neo4j-python-driver/wiki for a full changelog.
44

55
## NEXT RELEASE
6+
- No breaking or major changes.
7+
8+
9+
## Version 5.9
610
- `neo4j.auth_management.ExpiringAuth`'s `expires_in` (in preview) was replaced
711
by `expires_at`, which is a unix timestamp.
812
You can use `ExpiringAuth(some_auth).expires_in(123)` instead.

docs/source/index.rst

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

77
Neo4j versions supported:
88

9-
* Neo4j 5.8
10-
* Neo4j 5.7
11-
* Neo4j 5.6
12-
* Neo4j 5.5
13-
* Neo4j 5.4
14-
* Neo4j 5.3
15-
* Neo4j 5.2
16-
* Neo4j 5.1
17-
* Neo4j 5.0
9+
* Neo4j 5.0 - 5.9
1810
* Neo4j 4.4
1911

2012
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.8.dev0"
36+
version = "5.9.dev0"
3737
deprecated_package = False
3838

3939

0 commit comments

Comments
 (0)