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'