Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bennylope committed Jan 14, 2016
1 parent 5e7f7ab commit 34ca131
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ Contributors:
* `Omer Katz <https://github.com/thedrow>`_
* `Andrew Velis <https://github.com/avelis>`_
* `Tom Davis <https://github.com/tdavis>`_
* `Nicolas Noirbent <https://github.com/noirbee>`_
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
History
=======

0.6.1
-----

* Fixes email parsing from settings

0.6.0
-----

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.6'
# The full version, including alpha/beta/rc tags.
release = '0.6.0'
release = '0.6.1'

# 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 @@ -26,7 +26,7 @@

__author__ = 'Ben Lopatin'
__email__ = '[email protected]'
__version__ = '0.6.0'
__version__ = '0.6.1'


default_app_config = 'organizations.apps.OrganizationsConfig'

0 comments on commit 34ca131

Please sign in to comment.