diff --git a/HISTORY.rst b/HISTORY.rst index bcd6d31..ba7e8b9 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,12 @@ History ------- +1.1.1 (2019-06-29) +++++++++++++++++++ + +* Fixed project name check +* Pinned psycopg2 version to avoid issues in Python 3.6+ + 1.1.0 (2019-03-05) ++++++++++++++++++ diff --git a/djangocms_installer/__init__.py b/djangocms_installer/__init__.py index c2bfcac..a68c964 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.0.post1' +__version__ = '1.1.1'