We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55abe67 commit 20e5ca6Copy full SHA for 20e5ca6
CHANGELOG.rst
@@ -3,7 +3,12 @@ Changelog
3
=========
4
5
Unreleased
6
+==========
7
+
8
9
+4.0.0.dev1 (2021-12-14)
10
==================
11
12
* feat: Exposed the setting DJANGOCMS_SNIPPET_VERSIONING_MIGRATION_USER_ID as an environment variable for the Divio addon
13
* fix: Error when rendering a Draft Snippet plugin on a Published page
14
* fix: Publish snippets by default as they were already in that state pre-versioning and cleanup unnecessary migration files before release!
djangocms_snippet/__init__.py
@@ -1,3 +1,3 @@
1
-__version__ = '3.0.0'
+__version__ = '4.0.0.dev1'
2
default_app_config = 'djangocms_snippet.apps.SnippetConfig'
0 commit comments