Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ci: Prepare release of version 3.1.1 #139

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Sep 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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