Release 0.8.13

This commit is contained in:
Iacopo Spalletti 2017-07-25 20:43:39 +02:00
parent 55a52b5197
commit 76670e75ed
No known key found for this signature in database
GPG Key ID: BDCBC2EB289F60C6
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ History
======= =======
******************* *******************
0.8.13 (unreleased) 0.8.13 (2017-07-25)
******************* *******************
* Dropped python 2.6 compatibility * Dropped python 2.6 compatibility

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.12' __version__ = '0.8.13'
default_app_config = 'djangocms_blog.apps.BlogAppConfig' default_app_config = 'djangocms_blog.apps.BlogAppConfig'