Release 0.8.7

This commit is contained in:
Iacopo Spalletti 2016-08-25 22:07:12 +02:00
parent db60fa2f4d
commit 479cd067c7
No known key found for this signature in database
GPG Key ID: BDCBC2EB289F60C6
2 changed files with 8 additions and 1 deletions

View File

@ -4,6 +4,13 @@
History History
======= =======
******************
0.8.7 (2016-08-25)
******************
* Added support for django CMS 3.4
* Fixed issue with multisite support
****************** ******************
0.8.6 (2016-08-03) 0.8.6 (2016-08-03)
****************** ******************

View File

@ -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.6' __version__ = '0.8.7'
default_app_config = 'djangocms_blog.apps.BlogAppConfig' default_app_config = 'djangocms_blog.apps.BlogAppConfig'