Skip to content

Commit

Permalink
Release 1.9.0 (#163)
Browse files Browse the repository at this point in the history
* Bump version to 1.9.0

* fix: update test dependencies to make test passed

* update release date

---------

Co-authored-by: Josh Yu <[email protected]>
  • Loading branch information
joshyu and Josh Yu authored May 16, 2024
1 parent ecca22d commit 76733bf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Changelog

Unreleased
==========

1.9.0 (2024-05-16)
==================
* Python 3.10 support added
* Python 3.7 support removed
* Django 4.2 support added
Expand Down
2 changes: 1 addition & 1 deletion djangocms_navigation/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "1.8.3"
__version__ = "1.9.0"

default_app_config = "djangocms_navigation.apps.NavigationConfig"
3 changes: 2 additions & 1 deletion tests/requirements/requirements_base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ https://github.com/divio/djangocms-text-ckeditor/tarball/master#egg=djangocms-te
https://github.com/django-cms/djangocms-versioning/tarball/support/django-cms-4.0.x#egg=djangocms-versioning
https://github.com/FidelityInternational/djangocms-version-locking/tarball/master#egg=djangocms-version-locking
https://github.com/django-cms/djangocms-moderation/tarball/master#egg=djangocms-moderation
https://github.com/FidelityInternational/djangocms-references/tarball/master#egg=djangocms-references
https://github.com/FidelityInternational/djangocms-references/tarball/release/1.5.0#egg=djangocms-references
https://github.com/django-cms/djangocms-alias/tarball/support/django-cms-4.0.x#egg=djangocms-alias
https://github.com/joshyu/djangocms-snippet/tarball/release/4.0.1.dev3#egg=djangocms-snippet
2 changes: 2 additions & 0 deletions tests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"djangocms_version_locking",
"djangocms_moderation",
"djangocms_references",
"djangocms_snippet",
],
"CMS_CONFIRM_VERSION4": True,
"DJANGOCMS_VERSIONING_ENABLE_MENU_REGISTRATION": False,
Expand All @@ -27,6 +28,7 @@
'djangocms_version_locking': None,
'djangocms_moderation': None,
"djangocms_references": None,
"djangocms_snippet": None,
},
"LANGUAGES": (
("en", "English"),
Expand Down

0 comments on commit 76733bf

Please sign in to comment.