Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin1024 committed Aug 15, 2016
1 parent bd6e64a commit a278501
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ When the CSRF validation token doesn't match, django-admin-oauth2 will redirect


## Changelog
* 1.0.0: Add support for django 1.8, 1.9, and 1.10. Drop support for python 2.6. Add support for python 3.5. Update test suite to run with tox.
* 0.2.6: Roundtrip original URL accessed through the oauth process so you can go to the URL you requested after the authorization process finishes. Thanks @igorsobreira.
* 0.2.5: Fix bug where failing ping was not invalidating session immediately, only on the second request.
* 0.2.4: Redirect to the login if the grant is invalid
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name='django-admin-oauth2',
version='0.2.6',
version='1.0.0',
description='A django app that replaces the django admin authentication mechanism by deferring to an oauth2 provider',
long_description=README,
url='https://github.com/RealGeeks/django-admin-oauth2',
Expand Down

0 comments on commit a278501

Please sign in to comment.