Skip to content

Commit 80b7be4

Browse files
authored
Bump version to 5.11 (#951)
1 parent 4a975af commit 80b7be4

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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 a full changelog.
66
- No breaking or major changes.
77

88

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

docs/source/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The Official Neo4j Driver for Python.
66

77
Neo4j versions supported:
88

9-
* Neo4j 5.0 - 5.10
9+
* Neo4j 5.0 - 5.11
1010
* Neo4j 4.4
1111

1212
Python versions supported:

src/neo4j/_meta.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
# Can be automatically overridden in builds
3535
package = "neo4j"
36-
version = "5.10.dev0"
36+
version = "5.11.dev0"
3737
deprecated_package = False
3838

3939

0 commit comments

Comments
 (0)