Skip to content

Commit

Permalink
Version bump 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bennylope committed Aug 13, 2016
1 parent fef8eb9 commit 10f30e9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Expand Up @@ -3,6 +3,11 @@
History
=======

0.8.0
-----

* Adds Django 1.10 support

0.7.0
-----

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -3,7 +3,7 @@ django-organizations
====================

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

.. image:: https://secure.travis-ci.org/bennylope/django-organizations.svg?branch=master
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '0.7'
version = '0.8'
# The full version, including alpha/beta/rc tags.
release = '0.7.0'
release = '0.8.0'

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

__author__ = 'Ben Lopatin'
__email__ = 'ben@wellfire.co'
__version__ = '0.7.0'
__version__ = '0.8.0'


default_app_config = 'organizations.apps.OrganizationsConfig'

0 comments on commit 10f30e9

Please sign in to comment.