Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Sep 27, 2014
1 parent 1597696 commit 74ca5f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Expand Up @@ -3,7 +3,7 @@
History
-------

0.4.0 (unreleased)
0.4.0 (2014-09-18)
++++++++++++++++++

* Add support for command line test runner options;
Expand Down
2 changes: 1 addition & 1 deletion djangocms_helper/__init__.py
@@ -1,5 +1,5 @@
"""djangocms-helper - Helpers for django CMS plugin development"""

__version__ = '0.4.0.a1'
__version__ = '0.4.0'
__author__ = 'Iacopo Spalletti <i.spalletti@nephila.it>'
__all__ = []
2 changes: 1 addition & 1 deletion djangocms_helper/utils.py
Expand Up @@ -273,4 +273,4 @@ def get_user_model_labels():

user_orm_label = '%s.%s' % (User._meta.app_label, User._meta.object_name)
user_model_label = '%s.%s' % (User._meta.app_label, User._meta.module_name)
return user_orm_label, user_model_label
return user_orm_label, user_model_label

0 comments on commit 74ca5f1

Please sign in to comment.