From 9f9c38c6c07a75e07d1f1d565b2fbd08691cc207 Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Tue, 15 Dec 2015 23:51:20 +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 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'