Skip to content

Commit

Permalink
Bump development version
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Oct 3, 2015
1 parent 75612e8 commit 79f3b9d
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.5.6'
__version__ = '0.5.6.post1'
__author__ = 'Iacopo Spalletti <i.spalletti@nephila.it>'

default_app_config = 'djangocms_page_meta.apps.PageMetaConfig'

0 comments on commit 79f3b9d

Please sign in to comment.