Skip to content

Commit

Permalink
ci: Prepare release of version 3.1.1 (#139)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.rst

* Bump version

* Pin treebeard for Django CMS 3.7 tests

* Update dj30_cms37.txt
  • Loading branch information
fsbraun authored Sep 7, 2023
1 parent 7034ac5 commit 17c72b9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
==================
Expand Down
2 changes: 1 addition & 1 deletion djangocms_snippet/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '3.1.0'
__version__ = '3.1.1'

default_app_config = 'djangocms_snippet.apps.SnippetConfig'
1 change: 1 addition & 0 deletions tests/requirements/dj22_cms37.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

Django>=2.2,<3.0
django-cms>=3.7,<3.8
django-treebeard<4.5
1 change: 1 addition & 0 deletions tests/requirements/dj30_cms37.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

Django>=3.0,<3.1
django-cms>=3.7,<3.8
django-treebeard<4.5

0 comments on commit 17c72b9

Please sign in to comment.