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 c9c4d25 commit 1cd77a8Copy full SHA for 1cd77a8
CHANGELOG.rst
@@ -4,7 +4,10 @@ Changelog
4
5
Unreleased
6
==========
7
-* feat: Enable add button to crate a snippet when adding a SnippetPlugin
+
8
+4.0.1.dev2 (2022-11-15)
9
+=======================
10
+* feat: Enable add button to create a snippet when adding a SnippetPlugin
11
12
4.0.1.dev1 (2022-05-10)
13
=======================
djangocms_snippet/__init__.py
@@ -1,3 +1,3 @@
1
-__version__ = '4.0.1.dev1'
+__version__ = '4.0.1.dev2'
2
3
default_app_config = 'djangocms_snippet.apps.SnippetConfig'
0 commit comments