Skip to content

Commit

Permalink
Bump version to 5.16 (#1008)
Browse files Browse the repository at this point in the history
  • Loading branch information
robsdedude authored Dec 28, 2023
1 parent b230b37 commit 090bf3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ See also https://github.com/neo4j/neo4j-python-driver/wiki for a full changelog.

## NEXT RELEASE
- No breaking or major changes.


## Version 5.16
- Implemented a hierarchical logger structure to improve log source
identification and traceability.
Introduced child loggers:
Expand Down
2 changes: 1 addition & 1 deletion src/neo4j/_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

# Can be automatically overridden in builds
package = "neo4j"
version = "5.15.dev0"
version = "5.16.dev0"
deprecated_package = False


Expand Down

0 comments on commit 090bf3e

Please sign in to comment.