Bump version

This commit is contained in:
Iacopo Spalletti 2016-03-19 14:13:11 +01:00
parent 699035b311
commit 0694bb8c75
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
History
-------
0.7.0 (unreleased)
0.7.0 (2016-03-19)
++++++++++++++++++
* Make categories non required

View file

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