Skip to content

Commit 20e5ca6

Browse files
authored
Release 4.0.0.dev1 (#91)
1 parent 55abe67 commit 20e5ca6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ Changelog
33
=========
44

55
Unreleased
6+
==========
7+
8+
9+
4.0.0.dev1 (2021-12-14)
610
==================
11+
712
* feat: Exposed the setting DJANGOCMS_SNIPPET_VERSIONING_MIGRATION_USER_ID as an environment variable for the Divio addon
813
* fix: Error when rendering a Draft Snippet plugin on a Published page
914
* 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '3.0.0'
1+
__version__ = '4.0.0.dev1'
22

33
default_app_config = 'djangocms_snippet.apps.SnippetConfig'

0 commit comments

Comments
 (0)