Skip to content

Commit 090bf3e

Browse files
authored
Bump version to 5.16 (#1008)
1 parent b230b37 commit 090bf3e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ See also https://github.com/neo4j/neo4j-python-driver/wiki for a full changelog.
44

55
## NEXT RELEASE
66
- No breaking or major changes.
7+
8+
9+
## Version 5.16
710
- Implemented a hierarchical logger structure to improve log source
811
identification and traceability.
912
Introduced child loggers:

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.15.dev0"
37+
version = "5.16.dev0"
3838
deprecated_package = False
3939

4040

0 commit comments

Comments
 (0)