Skip to content

Commit

Permalink
Release 4.0.0.dev1 (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiky30 authored Dec 14, 2021
1 parent 55abe67 commit 20e5ca6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ Changelog
=========

Unreleased
==========


4.0.0.dev1 (2021-12-14)
==================

* feat: Exposed the setting DJANGOCMS_SNIPPET_VERSIONING_MIGRATION_USER_ID as an environment variable for the Divio addon
* fix: Error when rendering a Draft Snippet plugin on a Published page
* fix: Publish snippets by default as they were already in that state pre-versioning and cleanup unnecessary migration files before release!
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.0.0'
__version__ = '4.0.0.dev1'

default_app_config = 'djangocms_snippet.apps.SnippetConfig'

0 comments on commit 20e5ca6

Please sign in to comment.