Bump for aldryn-only release, no code change

This commit is contained in:
Iacopo Spalletti 2016-06-11 13:45:14 +02:00
parent 81ad0b580a
commit d6de55bb9e
No known key found for this signature in database
GPG key ID: BDCBC2EB289F60C6
2 changed files with 6 additions and 1 deletions

View file

@ -3,6 +3,11 @@
History
-------
0.8.1 (2016-06-11)
++++++++++++++++++
* Aldryn-only release. No code changes
0.8.0 (2016-06-05)
++++++++++++++++++

View file

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