Skip to content

Commit 51d7d9e

Browse files
authored
Bump version to 5.8 (#924)
1 parent 2bdeacb commit 51d7d9e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Neo4j Driver Change Log (breaking/major changes only)
22

3-
See also https://github.com/neo4j/neo4j-python-driver/wiki for more details.
3+
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.8
610
- Renamed experimental `neo4j.RoutingControl.READERS` to `READ` and `WRITERS` to
711
`WRITE`.
812
- Renamed experimental `driver.query_bookmark_manager` to

docs/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The Official Neo4j Driver for Python.
66

77
Neo4j versions supported:
88

9+
* Neo4j 5.8
910
* Neo4j 5.7
1011
* Neo4j 5.6
1112
* Neo4j 5.5

src/neo4j/_meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
# Can be automatically overridden in builds
3030
package = "neo4j"
31-
version = "5.7.dev0"
31+
version = "5.8.dev0"
3232
deprecated_package = False
3333

3434

0 commit comments

Comments
 (0)