Skip to content

Bump version to 5.10 #941

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 29, 2023
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 @@ -6,6 +6,10 @@ See also https://github.com/neo4j/neo4j-python-driver/wiki for a full changelog.
- No breaking or major changes.


## Version 5.10
- 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.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The Official Neo4j Driver for Python.

Neo4j versions supported:

* Neo4j 5.0 - 5.9
* Neo4j 5.0 - 5.10
* 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.9.dev0"
version = "5.10.dev0"
deprecated_package = False


Expand Down