Skip to content

Commit

Permalink
Bump version to 5.28 (#1138)
Browse files Browse the repository at this point in the history
  • Loading branch information
robsdedude authored Feb 4, 2025
1 parent 12ffd00 commit 05e16fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
See also https://github.com/neo4j/neo4j-python-driver/wiki for a full changelog.

## NEXT RELEASE
- No breaking or major changes.


## Version 5.28
- 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.
For more details, see https://github.com/neo4j/neo4j-python-driver/pull/1133
- Drop undocumented support for Bolt protocol versions 4.1.
Expand Down
2 changes: 1 addition & 1 deletion src/neo4j/_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

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


Expand Down

0 comments on commit 05e16fe

Please sign in to comment.