Skip to content

Commit 5f7ff3e

Browse files
authored
Release 4.0.1.dev1 (#119)
1 parent dbd61f5 commit 5f7ff3e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ Changelog
55
Unreleased
66
==========
77

8+
9+
4.0.1.dev1 (2022-05-10)
10+
=======================
11+
812
* Python 3.8, 3.9 support added
913
* Django 3.0, 3.1 and 3.2 support added
1014
* Python 3.5 and 3.6 support removed

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.dev4'
1+
__version__ = '4.0.1.dev1'
22

33
default_app_config = 'djangocms_snippet.apps.SnippetConfig'

0 commit comments

Comments
 (0)