diff --git a/HISTORY.rst b/HISTORY.rst index b3a5de5..d3050be 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,7 +3,7 @@ History ------- -1.2.0 (unreleased) +1.2.0 (2019-11-04) ++++++++++++++++++ * Added support for django CMS 3.7 - Django 2.2 diff --git a/djangocms_installer/__init__.py b/djangocms_installer/__init__.py index db1c2ec..a6ab1ee 100644 --- a/djangocms_installer/__init__.py +++ b/djangocms_installer/__init__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- __author__ = 'Iacopo Spalletti' __email__ = 'i.spalletti@nephila.it' -__version__ = '1.2.0rc1' +__version__ = '1.2.0'