Release 0.8.12
This commit is contained in:
parent
5e6b8cfdd7
commit
80daad31de
2 changed files with 7 additions and 1 deletions
|
@ -4,6 +4,12 @@
|
||||||
History
|
History
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
*******************
|
||||||
|
0.8.12 (2017-03-11)
|
||||||
|
*******************
|
||||||
|
|
||||||
|
* Fixed migrations on Django 1.10
|
||||||
|
|
||||||
*******************
|
*******************
|
||||||
0.8.11 (2017-03-04)
|
0.8.11 (2017-03-04)
|
||||||
*******************
|
*******************
|
||||||
|
|
|
@ -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.8.11'
|
__version__ = '0.8.12'
|
||||||
|
|
||||||
default_app_config = 'djangocms_blog.apps.BlogAppConfig'
|
default_app_config = 'djangocms_blog.apps.BlogAppConfig'
|
||||||
|
|
Loading…
Reference in a new issue