diff --git a/HISTORY.rst b/HISTORY.rst index 61c3d3d..5ffe583 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,10 +3,11 @@ History ------- -1.0.1 (unreleased) +1.0.1 (2018-06-03) ++++++++++++++++++ * Pinned django-polymorphic version to fix issues with django < 1.11 +* Pinned djangocms core plugins versions 1.0.0 (2018-02-01) ++++++++++++++++++ diff --git a/djangocms_installer/__init__.py b/djangocms_installer/__init__.py index 78d9f91..92d1fab 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.0.0' +__version__ = '1.0.1'