Skip to content

Commit 1a46575

Browse files
authored
Bump version to 5.5 (#893)
1 parent f121154 commit 1a46575

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22

33
See also https://github.com/neo4j/neo4j-python-driver/wiki for more details.
44

5+
## NEXT RELEASE
6+
- ...
7+
8+
59
## Version 5.5
610
- No breaking or major changes.
711

12+
813
## Version 5.4
914
- Undocumented helper methods `Neo4jError.is_fatal_during_discovery` and
1015
`Neo4jError.invalidates_all_connections` have been deprecated and will be

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.5
910
* Neo4j 5.4
1011
* Neo4j 5.3
1112
* Neo4j 5.2

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.4.dev0"
31+
version = "5.5.dev0"
3232
deprecated_package = False
3333

3434

0 commit comments

Comments
 (0)