Release 0.8.10
This commit is contained in:
parent
20ea302645
commit
aa1f17efc0
2 changed files with 7 additions and 1 deletions
|
@ -4,6 +4,12 @@
|
||||||
History
|
History
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
******************
|
||||||
|
0.8.10 (2017-01-02)
|
||||||
|
******************
|
||||||
|
|
||||||
|
* Fix error in get_absolute_url
|
||||||
|
|
||||||
******************
|
******************
|
||||||
0.8.9 (2016-10-25)
|
0.8.9 (2016-10-25)
|
||||||
******************
|
******************
|
||||||
|
|
|
@ -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.9'
|
__version__ = '0.8.10'
|
||||||
|
|
||||||
default_app_config = 'djangocms_blog.apps.BlogAppConfig'
|
default_app_config = 'djangocms_blog.apps.BlogAppConfig'
|
||||||
|
|
Loading…
Reference in a new issue