Release 0.9.0

This commit is contained in:
Iacopo Spalletti 2018-02-20 17:17:02 +01:00
parent ae4b930963
commit 24e4edc618
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.9.0 (unreleased)
0.9.0 (2018-02-20)
******************
* Added support for django CMS 3.4, 3.5

View File

@ -3,6 +3,6 @@ from __future__ import absolute_import, print_function, unicode_literals
__author__ = 'Iacopo Spalletti'
__email__ = 'i.spalletti@nephila.it'
__version__ = '0.9.0rc3'
__version__ = '0.9.0'
default_app_config = 'djangocms_blog.apps.BlogAppConfig'