From 7f13c2fabe7451bfa4af632d04a28614604998e5 Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Tue, 23 Feb 2016 22:05:50 +0100 Subject: [PATCH] Bump version --- HISTORY.rst | 2 +- djangocms_installer/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 0671c74..7205ea2 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,7 +3,7 @@ History ------- -0.8.7 (unreleased) +0.8.7 (2016-02-23) ++++++++++++++++++ * Add clearer cleanup message diff --git a/djangocms_installer/__init__.py b/djangocms_installer/__init__.py index 38e3e25..d75e081 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.8.6.post1' +__version__ = '0.8.7'