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 dbd61f5 commit 5f7ff3eCopy full SHA for 5f7ff3e
CHANGELOG.rst
@@ -5,6 +5,10 @@ Changelog
5
Unreleased
6
==========
7
8
+
9
+4.0.1.dev1 (2022-05-10)
10
+=======================
11
12
* Python 3.8, 3.9 support added
13
* Django 3.0, 3.1 and 3.2 support added
14
* Python 3.5 and 3.6 support removed
djangocms_snippet/__init__.py
@@ -1,3 +1,3 @@
1
-__version__ = '4.0.0.dev4'
+__version__ = '4.0.1.dev1'
2
3
default_app_config = 'djangocms_snippet.apps.SnippetConfig'
0 commit comments