From 1ebe834954ca8af8022ccf736342419a0781e081 Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Wed, 23 Jul 2014 07:44:30 +0200 Subject: [PATCH] Version bump --- HISTORY.rst | 9 +++++++++ djangocms_installer/__init__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index fe592aa..ee65f4e 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,15 @@ History ------- +0.5.3 (2014-07-23) +++++++++++++++++++ + +* Add support for easy_thumbnails 2.0 migrations +* Fix asking for creating user even when --no-input flag is used +* Unpin reversion as django CMS 3.0.3 solves the issue +* Versioned dependency for django-filer when installing django CMS 2.4 +* Switch to official django-filer and cmsplugin-filer releases for CMS 3.0 + 0.5.2 (2014-05-30) ++++++++++++++++++ diff --git a/djangocms_installer/__init__.py b/djangocms_installer/__init__.py index 0cceab5..1529811 100644 --- a/djangocms_installer/__init__.py +++ b/djangocms_installer/__init__.py @@ -2,4 +2,4 @@ # -*- coding: utf-8 -*- __author__ = 'Iacopo Spalletti' __email__ = 'i.spalletti@nephila.it' -__version__ = '0.5.2' +__version__ = '0.5.3'