Bump development version

This commit is contained in:
Iacopo Spalletti 2016-09-18 00:19:31 +02:00
parent d0e384c8ff
commit 86111befde
No known key found for this signature in database
GPG key ID: BDCBC2EB289F60C6

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.9b2'
__version__ = '0.9b4'
default_app_config = 'djangocms_blog.apps.BlogAppConfig'