We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01d4fdc commit 6803127Copy full SHA for 6803127
CHANGELOG.md
@@ -3,6 +3,10 @@
3
See also https://github.com/neo4j/neo4j-python-driver/wiki for a full changelog.
4
5
## NEXT RELEASE
6
+- No breaking or major changes.
7
+
8
9
+## Version 5.22
10
- `SummaryNotificationPosition` has been deprecated in favor of `SummaryInputPosition`.
11
12
src/neo4j/_meta.py
@@ -33,7 +33,7 @@
33
34
# Can be automatically overridden in builds
35
package = "neo4j"
36
-version = "5.21.dev0"
+version = "5.22.dev0"
37
deprecated_package = False
38
39
0 commit comments