Skip to content

Commit 17c72b9

Browse files
authored
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
1 parent 7034ac5 commit 17c72b9

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.rst

+4-3
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22
Changelog
33
=========
44

5-
Unreleased
6-
==========
5+
3.1.1
6+
=====
7+
8+
* 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.
79

810
3.1.0 2022-09-01
911
================
1012

1113
* Add support for ace editor loaded from static files through djangocms-static-ace
1214
* Add dark mode support
13-
* 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.
1415

1516
3.0.0 (2020-09-02)
1617
==================

djangocms_snippet/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '3.1.0'
1+
__version__ = '3.1.1'
22

33
default_app_config = 'djangocms_snippet.apps.SnippetConfig'

tests/requirements/dj22_cms37.txt

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22

33
Django>=2.2,<3.0
44
django-cms>=3.7,<3.8
5+
django-treebeard<4.5

tests/requirements/dj30_cms37.txt

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22

33
Django>=3.0,<3.1
44
django-cms>=3.7,<3.8
5+
django-treebeard<4.5

0 commit comments

Comments
 (0)