From 951f53a70a9e71f12bb6ee93c89ca7eb6edf2843 Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Sun, 2 Oct 2016 20:15:01 +0200 Subject: [PATCH] Release 0.9.1 --- HISTORY.rst | 2 +- djangocms_installer/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index e67b3fd..98779c4 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,7 +3,7 @@ History ------- -0.9.1 (unreleased) +0.9.1 (2016-10-02) ++++++++++++++++++ * Fixed issue with -p parameter diff --git a/djangocms_installer/__init__.py b/djangocms_installer/__init__.py index 57245e8..d9eb14d 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__ = '0.9.post1' +__version__ = '0.9.1'