Skip to content

Commit

Permalink
Bump version to 5.13 (#971)
Browse files Browse the repository at this point in the history
  • Loading branch information
robsdedude authored Sep 28, 2023
1 parent 01f7ef0 commit 672e019
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 20 deletions.
25 changes: 7 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,12 @@ See also https://github.com/neo4j/neo4j-python-driver/wiki for a full changelog.
- No breaking or major changes.


## Version 5.12
- No breaking or major changes.


## Version 5.11
- No breaking or major changes.
## Version 5.13
- Deprecated using `neo4j.Driver` and `neo4j.AsyncDriver` after calling `.close()` on them,
except for calling `.close()` again, which has no effects.


## Version 5.10
## Version 5.10 - 5.12
- No breaking or major changes.


Expand All @@ -41,11 +38,7 @@ See also https://github.com/neo4j/neo4j-python-driver/wiki for a full changelog.
Everything should be imported directly from `neo4j` instead.


## Version 5.6
- No breaking or major changes.


## Version 5.5
## Version 5.5 - 5.6
- No breaking or major changes.


Expand Down Expand Up @@ -82,11 +75,7 @@ See also https://github.com/neo4j/neo4j-python-driver/wiki for a full changelog.
an argument.


## Version 5.2
- No breaking or major changes.


## Version 5.1
## Version 5.1 - 5.2
- No breaking or major changes.


Expand Down Expand Up @@ -230,7 +219,7 @@ See also https://github.com/neo4j/neo4j-python-driver/wiki for a full changelog.


## Version 4.2
- No driver changes have been made for Neo4j 4.2
- No breaking or major changes.


## Version 4.1
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.12
* Neo4j 5.0 - |version|
* 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 @@ -34,7 +34,7 @@

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


Expand Down

0 comments on commit 672e019

Please sign in to comment.