Skip to content

Commit

Permalink
Version bump 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bennylope committed Feb 17, 2017
1 parent 44b9841 commit 939f0cb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
History
=======

0.9.0
-----

* Add notification to users when added to an organization
* New abstract models create separation between 'plain' base models and abstract
models that include abstracted functionality previously included only in
concrete models
* Python 3.6 and Django 1.11 test support

0.8.2
-----

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '0.8'
version = '0.9'
# The full version, including alpha/beta/rc tags.
release = '0.8.2'
release = '0.9.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
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

__author__ = 'Ben Lopatin'
__email__ = '[email protected]'
__version__ = '0.8.2'
__version__ = '0.9.0'


default_app_config = 'organizations.apps.OrganizationsConfig'

0 comments on commit 939f0cb

Please sign in to comment.