Skip to content

Commit 9c8cf6c

Browse files
Merge pull request #706 from neo4j-contrib/doc/5.0.1-changelog
Update changelog and version tag for release
2 parents 5ebd9cb + be61d8d commit 9c8cf6c

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Changelog

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
Version 5.0.1 2023-xx
1+
Version 5.0.1 2023-06
22
* Removed deprecated methods StructuredRel.delete and RelationshipManager.search
3+
* Extended test coverage, fixed some typos, improve linting
4+
* Upcoming breaking change notice : Version 5.1.0 will introduce a breaking change for users targeting a Neo4j database in version 5. This release will introduce Neo4j's new element_id, which replaces id. The breaking change will happen if you have custom Cypher queries that do things like "WHERE id(n)=$id" => you will have to use Cypher's elementId() function instead starting from neomodel 5.1.0
35

46
Version 5.0.0 2023-03
57
* Confirmed support of Neo4j versions 5.x and 4.4 (LTS)

neomodel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@
3838
__email__ = "[email protected]"
3939
__license__ = "MIT"
4040
__package__ = "neomodel"
41-
__version__ = "5.0.0"
41+
__version__ = "5.0.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies = [
3838
"neobolt==1.7.17",
3939
"six==1.16.0",
4040
]
41-
version='5.0.0'
41+
version='5.0.1'
4242

4343
[project.urls]
4444
documentation = "https://neomodel.readthedocs.io/en/latest/"

0 commit comments

Comments
 (0)