From e29d62162556762700d2a00347401d108f3df642 Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Wed, 20 Apr 2016 07:33:27 +0200 Subject: [PATCH] Bump development version --- HISTORY.rst | 1 + djangocms_blog/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 04020c4..12200af 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -8,6 +8,7 @@ History * Add django-knocker integration * Change the default value of date_published to null +* Clear menu cache when changing menu layout in apphook config 0.7.0 (2016-03-19) ++++++++++++++++++ diff --git a/djangocms_blog/__init__.py b/djangocms_blog/__init__.py index 03246a5..70498d1 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.0.b1' +__version__ = '0.8.0.b2' default_app_config = 'djangocms_blog.apps.BlogAppConfig'