diff --git a/HISTORY.rst b/HISTORY.rst index 0eefb58c..c59e416a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,6 +4,13 @@ History ======= +******************* +0.9.11 (2019-08-06) +******************* + +* Use menu_empty_categories config for BlogCategoryPlugin +* Purge menu cache when deleting a BlogConfig + ******************* 0.9.10 (2019-07-02) ******************* diff --git a/djangocms_blog/__init__.py b/djangocms_blog/__init__.py index b77cc3c6..e0544295 100644 --- a/djangocms_blog/__init__.py +++ b/djangocms_blog/__init__.py @@ -3,6 +3,6 @@ __author__ = 'Iacopo Spalletti' __email__ = 'i.spalletti@nephila.it' -__version__ = '0.9.10' +__version__ = '0.9.11' default_app_config = 'djangocms_blog.apps.BlogAppConfig'