Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Mar 17, 2016
1 parent 13e739e commit 8637da2
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.10.post1'
__version__ = '0.5.11'
__author__ = 'Iacopo Spalletti <i.spalletti@nephila.it>'

default_app_config = 'djangocms_page_meta.apps.PageMetaConfig'

0 comments on commit 8637da2

Please sign in to comment.