Skip to content

Commit

Permalink
Update version number and Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Conjeaud committed May 22, 2024
1 parent 78388ce commit 2cfdcd4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Version 0.1.2 2024-05
Version 0.2.0 2024-05
* Bump neomodel to 5.3.0
* Bump Django to 4.2.8 LTS

Version 0.1.1 2023-08
* Bump neomodel to 5.1.0 - full support of Neo4j version 5.x (and 4.4 LTS)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Delete all nodes in your database, warning there is no confirmation!

## Requirements

- Python 3.7+
- Python 3.8+
- neo4j 5.x, 4.4 (LTS)

## Docker Example
Expand Down
2 changes: 1 addition & 1 deletion django_neomodel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
__email__ = "robin.ge@gmail.com"
__license__ = "MIT"
__package__ = "django_neomodel"
__version__ = "0.1.2"
__version__ = "0.2.0"


default_app_config = "django_neomodel.apps.NeomodelConfig"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
"neomodel~=5.3.0",
'django>=4.2.8'
]
version='0.1.2'
version='0.2.0'

[project.urls]
repository = "http://github.com/robinedwards/django-neomodel"
Expand Down

0 comments on commit 2cfdcd4

Please sign in to comment.