Skip to content

Commit 93e60cc

Browse files
committed
bump version
1 parent 4fc958b commit 93e60cc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ and then run the tests with the provided script:
8181
```
8282

8383
## Changelog
84+
* 0.2.5: Fix bug where failing ping was not invalidating session immediately, only on the second request.
8485
* 0.2.4: Redirect to the login if the grant is invalid
8586
* 0.2.3: Redirect to the login if the state is mismatching
8687
* 0.2.2: Redirect to the login if the state goes missing (sometimes people bookmark the login url)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup(
1919
name='django-admin-oauth2',
20-
version='0.2.4',
20+
version='0.2.5',
2121
description='A django app that replaces the django admin authentication mechanism by deferring to an oauth2 provider',
2222
long_description=README,
2323
url='https://github.com/RealGeeks/django-admin-oauth2',

0 commit comments

Comments
 (0)