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 5f1b0ab commit c09ae9eCopy full SHA for c09ae9e
CHANGELOG.rst
@@ -3,7 +3,7 @@ Changelog
3
=========
4
5
6
-2.2.0 (unreleased)
+2.2.0 (2019-05-06)
7
==================
8
9
* Added support for Django 2.2 and django CMS 3.7
djangocms_snippet/__init__.py
@@ -1,4 +1,4 @@
1
# -*- coding: utf-8 -*-
2
-__version__ = '2.1.0'
+__version__ = '2.2.0'
default_app_config = 'djangocms_snippet.apps.SnippetConfig'
0 commit comments