Skip to content

Commit

Permalink
Release 0.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Aug 6, 2019
1 parent 7eaa70b commit 2be5ac9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
*******************
Expand Down
2 changes: 1 addition & 1 deletion djangocms_blog/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

__author__ = 'Iacopo Spalletti'
__email__ = '[email protected]'
__version__ = '0.9.10'
__version__ = '0.9.11'

default_app_config = 'djangocms_blog.apps.BlogAppConfig'

0 comments on commit 2be5ac9

Please sign in to comment.