Skip to content

Commit 3313018

Browse files
authored
Bump version to 5.26 (#1112)
1 parent 3544c29 commit 3313018

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
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.26
610
- Python 3.13 support added.
711
- Deprecated setting attributes on `Neo4jError` like `message` and `code`.
812
- Deprecated undocumented method `Neo4jError.hydrate`.

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.25.dev0"
36+
version = "5.26.dev0"
3737
deprecated_package = False
3838

3939

0 commit comments

Comments
 (0)