Merge branch 'release/0.8.x' into develop
This commit is contained in:
commit
f2beec480b
2 changed files with 6 additions and 1 deletions
|
@ -3,6 +3,11 @@
|
||||||
History
|
History
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
0.8.5 (2016-06-26)
|
||||||
|
++++++++++++++++++
|
||||||
|
|
||||||
|
* Fixed issues with ThumbnailOption migration under mysql.
|
||||||
|
|
||||||
0.8.4 (2016-06-22)
|
0.8.4 (2016-06-22)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
__author__ = 'Iacopo Spalletti'
|
__author__ = 'Iacopo Spalletti'
|
||||||
__email__ = 'i.spalletti@nephila.it'
|
__email__ = 'i.spalletti@nephila.it'
|
||||||
__version__ = '0.9.pre3'
|
__version__ = '0.9.pre4'
|
||||||
|
|
||||||
default_app_config = 'djangocms_blog.apps.BlogAppConfig'
|
default_app_config = 'djangocms_blog.apps.BlogAppConfig'
|
||||||
|
|
Loading…
Reference in a new issue