Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin1024 committed Aug 22, 2014
1 parent 4fc958b commit 93e60cc
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 @@ -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)
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.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',
Expand Down

0 comments on commit 93e60cc

Please sign in to comment.