Release 0.8.11

This commit is contained in:
Iacopo Spalletti 2017-03-04 15:11:15 +01:00
parent 78d1561a50
commit 7a4b73f1d1
No known key found for this signature in database
GPG key ID: BDCBC2EB289F60C6
2 changed files with 9 additions and 3 deletions

View file

@ -4,9 +4,15 @@
History
=======
******************
*******************
0.8.11 (2017-03-04)
*******************
* Fixed support for aldryn-apphooks-config 0.3.1
*******************
0.8.10 (2017-01-02)
******************
*******************
* Fix error in get_absolute_url

View file

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