From 83199716430084a2dd3915a92e75567289fc0a4b Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Thu, 10 Mar 2016 12:31:04 +0100 Subject: [PATCH] Bump develop version --- HISTORY.rst | 2 ++ djangocms_blog/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 61780a4..363be43 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -16,6 +16,8 @@ History * Add support for moved ThumbnailOption * Fix Django 1.9 issues * Fix copy relations method in plugins +* Mitigate issue when apphook config can't be retrieved +* Mitigate issue when wizard double registration is triggered 0.6.3 (2015-12-22) ++++++++++++++++++ diff --git a/djangocms_blog/__init__.py b/djangocms_blog/__init__.py index fe8a85e..36fd440 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.7.0.b1' +__version__ = '0.7.0.b2' default_app_config = 'djangocms_blog.apps.BlogAppConfig'