Skip to content

Commit

Permalink
Bump develop version [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Aug 22, 2019
1 parent 19ea018 commit bf94149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djangocms_page_meta/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
from __future__ import absolute_import, print_function, unicode_literals

__version__ = '0.9.0'
__version__ = '0.9.1dev1'
__author__ = 'Iacopo Spalletti <i.spalletti@nephila.it>'

default_app_config = 'djangocms_page_meta.apps.PageMetaConfig'

0 comments on commit bf94149

Please sign in to comment.