Skip to content

Commit 4a3fcdf

Browse files
authored
Bump version to 6.1.0 (#1278)
1 parent a56e7f6 commit 4a3fcdf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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 6.1
610
- Python 3.14 support added.
711

812

src/neo4j/_meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
# Can be automatically overridden in builds
3131
package = "neo4j"
32-
version = "6.0.dev0"
32+
version = "6.1.dev0"
3333

3434

3535
def _compute_bolt_agent() -> dict[str, str]:

0 commit comments

Comments
 (0)