diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 715433f8..7515b3a4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,15 +2,16 @@ Changelog ========= -Unreleased -========== +3.1.1 +===== + +* fix: Removed tight django-treebeard restriction added when 4.5.0 contained breaking changes. The core CMS and django-treebeard have since been patched to resolve the issue. 3.1.0 2022-09-01 ================ * Add support for ace editor loaded from static files through djangocms-static-ace * Add dark mode support -* fix: Removed tight django-treebeard restriction added when 4.5.0 contained breaking changes. The core CMS and django-treebeard have since been patched to resolve the issue. 3.0.0 (2020-09-02) ================== diff --git a/djangocms_snippet/__init__.py b/djangocms_snippet/__init__.py index 6ac45e44..10f52760 100644 --- a/djangocms_snippet/__init__.py +++ b/djangocms_snippet/__init__.py @@ -1,3 +1,3 @@ -__version__ = '3.1.0' +__version__ = '3.1.1' default_app_config = 'djangocms_snippet.apps.SnippetConfig' diff --git a/tests/requirements/dj22_cms37.txt b/tests/requirements/dj22_cms37.txt index 6b96a102..a09c2b62 100644 --- a/tests/requirements/dj22_cms37.txt +++ b/tests/requirements/dj22_cms37.txt @@ -2,3 +2,4 @@ Django>=2.2,<3.0 django-cms>=3.7,<3.8 +django-treebeard<4.5 diff --git a/tests/requirements/dj30_cms37.txt b/tests/requirements/dj30_cms37.txt index edcfd450..8f71f477 100644 --- a/tests/requirements/dj30_cms37.txt +++ b/tests/requirements/dj30_cms37.txt @@ -2,3 +2,4 @@ Django>=3.0,<3.1 django-cms>=3.7,<3.8 +django-treebeard<4.5