Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Jun 26, 2016
1 parent 0c12e45 commit cff940a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY.rst
Expand Up @@ -3,6 +3,11 @@
History
-------

0.8.5 (2016-06-26)
++++++++++++++++++

* Fixed issues with ThumbnailOption migration under mysql.

0.8.4 (2016-06-22)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion djangocms_blog/__init__.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
__author__ = 'Iacopo Spalletti'
__email__ = 'i.spalletti@nephila.it'
__version__ = '0.8.4'
__version__ = '0.8.5'

default_app_config = 'djangocms_blog.apps.BlogAppConfig'

0 comments on commit cff940a

Please sign in to comment.