From a278501b7d4f4f4594ef1ecf298da11633ac5d81 Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Mon, 15 Aug 2016 12:52:10 -1000 Subject: [PATCH] bump version --- README.md | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fde68a8..6e605db 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/setup.py b/setup.py index 1c90a0f..a1b5f72 100644 --- a/setup.py +++ b/setup.py @@ -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',