Skip to content

Commit 6803127

Browse files
authored
Bump version to 5.22 (#1066)
1 parent 01d4fdc commit 6803127

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
@@ -3,6 +3,10 @@
33
See also https://github.com/neo4j/neo4j-python-driver/wiki for a full changelog.
44

55
## NEXT RELEASE
6+
- No breaking or major changes.
7+
8+
9+
## Version 5.22
610
- `SummaryNotificationPosition` has been deprecated in favor of `SummaryInputPosition`.
711

812

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.21.dev0"
36+
version = "5.22.dev0"
3737
deprecated_package = False
3838

3939

0 commit comments

Comments
 (0)