Skip to content

Commit d7dec04

Browse files
authored
Bump version to 5.14 (#981)
1 parent 8b5b2b3 commit d7dec04

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
@@ -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.14
10+
- Python 3.12 support added
11+
12+
913
## Version 5.13
1014
- Deprecated using `neo4j.Driver` and `neo4j.AsyncDriver` after calling `.close()` on them,
1115
except for calling `.close()` again, which has no effects.

src/neo4j/_meta.py

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

3535
# Can be automatically overridden in builds
3636
package = "neo4j"
37-
version = "5.13.dev0"
37+
version = "5.14.dev0"
3838
deprecated_package = False
3939

4040

0 commit comments

Comments
 (0)