diff --git a/README.md b/README.md index d3209ba..2e3deec 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ and then run the tests with the provided script: ``` ## Changelog + * 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 * 0.2.3: Redirect to the login if the state is mismatching * 0.2.2: Redirect to the login if the state goes missing (sometimes people bookmark the login url) diff --git a/setup.py b/setup.py index 58b56a2..309e2cf 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name='django-admin-oauth2', - version='0.2.4', + version='0.2.5', 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',