Skip to content

Commit d8c475e

Browse files
authored
Bump version to 5.4 (#889)
1 parent 736bf2a commit d8c475e

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

CHANGELOG.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

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

5+
## Version 5.5
6+
- No breaking or major changes.
7+
58
## Version 5.4
69
- Undocumented helper methods `Neo4jError.is_fatal_during_discovery` and
710
`Neo4jError.invalidates_all_connections` have been deprecated and will be
@@ -36,17 +39,14 @@ See also https://github.com/neo4j/neo4j-python-driver/wiki for more details.
3639

3740

3841
## Version 5.2
39-
4042
- No breaking or major changes.
4143

4244

4345
## Version 5.1
44-
4546
- No breaking or major changes.
4647

4748

4849
## Version 5.0
49-
5050
- Python 3.10 support added
5151
- Python 3.6 support has been dropped.
5252
- `Result`, `Session`, and `Transaction` can no longer be imported from
@@ -178,27 +178,22 @@ See also https://github.com/neo4j/neo4j-python-driver/wiki for more details.
178178

179179

180180
## Version 4.4
181-
182181
- Python 3.5 support has been dropped.
183182

184183

185184
## Version 4.3
186-
187185
- Python 3.9 support added
188186

189187

190188
## Version 4.2
191-
192189
- No driver changes have been made for Neo4j 4.2
193190

194191

195192
## Version 4.1
196-
197193
- Routing context is now forwarded to the server for when required by server-side routing
198194

199195

200196
## Version 4.0 - Breaking Changes
201-
202197
- The package version has jumped from `1.7` directly to `4.0`, in order to bring the version in line with Neo4j itself.
203198
- The package can now no longer be installed as `neo4j-driver`; use `pip install neo4j` instead.
204199
- The `neo4j.v1` subpackage is now no longer available; all imports should be taken from the `neo4j` package instead.

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

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

3434

0 commit comments

Comments
 (0)