Skip to content

Commit b0a0559

Browse files
authored
Release 4.0.0.dev2 (#95)
1 parent 903be6f commit b0a0559

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
@@ -4,6 +4,11 @@ Changelog
44

55
Unreleased
66
==========
7+
8+
9+
4.0.0.dev2 (2021-12-22)
10+
=======================
11+
712
* 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.
813

914

djangocms_snippet/__init__.py

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

33
default_app_config = 'djangocms_snippet.apps.SnippetConfig'

0 commit comments

Comments
 (0)