Release 0.8.12

This commit is contained in:
Iacopo Spalletti 2017-03-11 19:44:09 +01:00
parent 5e6b8cfdd7
commit 80daad31de
No known key found for this signature in database
GPG Key ID: BDCBC2EB289F60C6
2 changed files with 7 additions and 1 deletions

View File

@ -4,6 +4,12 @@
History
=======
*******************
0.8.12 (2017-03-11)
*******************
* Fixed migrations on Django 1.10
*******************
0.8.11 (2017-03-04)
*******************

View File

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
__author__ = 'Iacopo Spalletti'
__email__ = 'i.spalletti@nephila.it'
__version__ = '0.8.11'
__version__ = '0.8.12'
default_app_config = 'djangocms_blog.apps.BlogAppConfig'