From cff940a83227f6f3b9673a4c312ed40d65ed9877 Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Sun, 26 Jun 2016 10:24:49 +0200 Subject: [PATCH] Bump version --- HISTORY.rst | 5 +++++ djangocms_blog/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 023d12ac..f3b8f506 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,11 @@ History ------- +0.8.5 (2016-06-26) +++++++++++++++++++ + +* Fixed issues with ThumbnailOption migration under mysql. + 0.8.4 (2016-06-22) ++++++++++++++++++ diff --git a/djangocms_blog/__init__.py b/djangocms_blog/__init__.py index 94af32a2..a1b97a5a 100644 --- a/djangocms_blog/__init__.py +++ b/djangocms_blog/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- __author__ = 'Iacopo Spalletti' __email__ = 'i.spalletti@nephila.it' -__version__ = '0.8.4' +__version__ = '0.8.5' default_app_config = 'djangocms_blog.apps.BlogAppConfig'