Skip to content

Commit 05e16fe

Browse files
authored
Bump version to 5.28 (#1138)
1 parent 12ffd00 commit 05e16fe

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.28
610
- Since the types of `Relationship`s are tied to the `Graph` object they belong to, fixing `pickle` support for graph types means that `Relationship`s with the same name will have a different type after `deepcopy`ing or pickling and unpickling them or their graph.
711
For more details, see https://github.com/neo4j/neo4j-python-driver/pull/1133
812
- Drop undocumented support for Bolt protocol versions 4.1.

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

3939

0 commit comments

Comments
 (0)