Skip to content

Commit aad93fe

Browse files
authored
Bump version to 5.17 (#1012)
1 parent abca897 commit aad93fe

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
@@ -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.17
10+
- No breaking or major changes.
11+
12+
913
## Version 5.16
1014
- Implemented a hierarchical logger structure to improve log source
1115
identification and traceability.

src/neo4j/_meta.py

+1-1
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.16.dev0"
37+
version = "5.17.dev0"
3838
deprecated_package = False
3939

4040

0 commit comments

Comments
 (0)