Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bennylope committed Nov 18, 2014
1 parent 3304200 commit da6ef67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ django-organizations
====================

:Info: Groups and multi-user account management
:Version: 0.4.2
:Version: 0.4.3
:Author: Ben Lopatin (http://benlopatin.com)

.. image:: https://secure.travis-ci.org/bennylope/django-organizations.svg?branch=master
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '0.4'
# The full version, including alpha/beta/rc tags.
release = '0.4.2'
release = '0.4.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion organizations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

__author__ = 'Ben Lopatin'
__email__ = '[email protected]'
__version__ = '0.4.2'
__version__ = '0.4.3'


default_app_config = 'organizations.apps.OrganizationsConfig'

0 comments on commit da6ef67

Please sign in to comment.