From 17c72b901c04c264750f0e17f33675d9677749a8 Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Thu, 7 Sep 2023 10:38:13 +0200 Subject: [PATCH] ci: Prepare release of version 3.1.1 (#139) * Update CHANGELOG.rst * Bump version * Pin treebeard for Django CMS 3.7 tests * Update dj30_cms37.txt --- CHANGELOG.rst | 7 ++++--- djangocms_snippet/__init__.py | 2 +- tests/requirements/dj22_cms37.txt | 1 + tests/requirements/dj30_cms37.txt | 1 + 4 files changed, 7 insertions(+), 4 deletions(-) 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