Skip to content

Commit 47d2aab

Browse files
authored
Bump version to 5.6 (#900)
1 parent 2c4eb60 commit 47d2aab

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ See also https://github.com/neo4j/neo4j-python-driver/wiki for more details.
66
- ...
77

88

9+
## Version 5.6
10+
- No breaking or major changes.
11+
12+
913
## Version 5.5
1014
- No breaking or major changes.
1115

docs/source/index.rst

+1
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.6
910
* Neo4j 5.5
1011
* Neo4j 5.4
1112
* Neo4j 5.3

src/neo4j/_meta.py

+1-1
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.5.dev0"
31+
version = "5.6.dev0"
3232
deprecated_package = False
3333

3434

0 commit comments

Comments
 (0)