Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
See also https://github.com/neo4j/neo4j-python-driver/wiki for a full changelog.

## NEXT RELEASE
- No breaking or major changes.


## Version 5.9
- `neo4j.auth_management.ExpiringAuth`'s `expires_in` (in preview) was replaced
by `expires_at`, which is a unix timestamp.
You can use `ExpiringAuth(some_auth).expires_in(123)` instead.
Expand Down
10 changes: 1 addition & 9 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,7 @@ The Official Neo4j Driver for Python.

Neo4j versions supported:

* Neo4j 5.8
* Neo4j 5.7
* Neo4j 5.6
* Neo4j 5.5
* Neo4j 5.4
* Neo4j 5.3
* Neo4j 5.2
* Neo4j 5.1
* Neo4j 5.0
* Neo4j 5.0 - 5.9
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Optimisation. I like it!

* Neo4j 4.4

Python versions supported:
Expand Down
2 changes: 1 addition & 1 deletion src/neo4j/_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

# Can be automatically overridden in builds
package = "neo4j"
version = "5.8.dev0"
version = "5.9.dev0"
deprecated_package = False


Expand Down