Skip to content

Commit 4acb10f

Browse files
authored
Bump version to 5.23 (#1072)
1 parent 8420fc4 commit 4acb10f

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.23
10+
- No breaking or major changes.
11+
12+
913
## Version 5.22
1014
- `SummaryNotificationPosition` has been deprecated in favor of `SummaryInputPosition`.
1115

src/neo4j/_meta.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
# Can be automatically overridden in builds
3535
package = "neo4j"
36-
version = "5.22.dev0"
36+
version = "5.23.dev0"
3737
deprecated_package = False
3838

3939

0 commit comments

Comments
 (0)