diff --git a/HISTORY.rst b/HISTORY.rst index ba7e8b9..900469c 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,11 @@ History ------- +1.2.0 (unreleased) +++++++++++++++++++ + +* Dropped support for Django < 1.11 + 1.1.1 (2019-06-29) ++++++++++++++++++ diff --git a/djangocms_installer/__init__.py b/djangocms_installer/__init__.py index a68c964..ab5c17d 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.1.1' +__version__ = '1.2.0.dev1'