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'