Skip to content

Commit c09ae9e

Browse files
authored
Bumped version to 2.2.0 (#61)
1 parent 5f1b0ab commit c09ae9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Changelog
33
=========
44

55

6-
2.2.0 (unreleased)
6+
2.2.0 (2019-05-06)
77
==================
88

99
* Added support for Django 2.2 and django CMS 3.7

djangocms_snippet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = '2.1.0'
2+
__version__ = '2.2.0'
33

44
default_app_config = 'djangocms_snippet.apps.SnippetConfig'

0 commit comments

Comments
 (0)