Skip to content

Commit

Permalink
Release 0.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Jul 2, 2019
1 parent 3d7b80d commit 285ed56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Expand Up @@ -5,7 +5,7 @@ History
=======

*******************
0.9.10 (unreleased)
0.9.10 (2019-07-02)
*******************

* Fixed allow_unicode kwarg for AutoSlugField
Expand Down
2 changes: 1 addition & 1 deletion djangocms_blog/__init__.py
Expand Up @@ -3,6 +3,6 @@

__author__ = 'Iacopo Spalletti'
__email__ = 'i.spalletti@nephila.it'
__version__ = '0.9.9'
__version__ = '0.9.10'

default_app_config = 'djangocms_blog.apps.BlogAppConfig'

0 comments on commit 285ed56

Please sign in to comment.