Skip to content

Commit 7e2fac9

Browse files
committed
bump version
1 parent b3e4f75 commit 7e2fac9

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
@@ -83,6 +83,7 @@ When the CSRF validation token doesn't match, django-admin-oauth2 will redirect
8383

8484

8585
## Changelog
86+
* 1.0.1: Send redirect URI when exchanging grant code for auth token
8687
* 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.
8788
* 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.
8889
* 0.2.5: Fix bug where failing ping was not invalidating session immediately, only on the second request.

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='1.0.0',
20+
version='1.0.1',
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)