From 7111c8f6a95422138a3c0026ed66561e056d7a68 Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Sun, 3 Jun 2018 19:43:38 +0200 Subject: [PATCH] Release 1.0.1 --- HISTORY.rst | 3 ++- djangocms_installer/__init__.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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'