diff --git a/HISTORY.rst b/HISTORY.rst index eecc40e..1e328be 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,7 +3,7 @@ History ------- -0.8.4 (unreleased) +0.8.4 (2015-12-21) ++++++++++++++++++ * Remove flash plugin from installed plugins diff --git a/djangocms_installer/__init__.py b/djangocms_installer/__init__.py index f32353a..b15f7b4 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.3.post1' +__version__ = '0.8.4'