File tree 4 files changed +8
-6
lines changed
4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -88,13 +88,14 @@ Changelog
88
88
---------
89
89
90
90
91
- master branch
92
- ~~~~~~~~~~~~~
91
+ 0.9.0 [2015-07-28]
92
+ ~~~~~~~~~~~~~~~~~~
93
93
94
94
* ``oauthlib_backend_class `` is now pluggable through Django settings
95
95
* #127: ``application/json `` Content-Type is now supported using ``JSONOAuthLibCore ``
96
96
* #238: Fixed redirect uri handling in case of error
97
97
* #229: Invalidate access tokens when getting a new refresh token
98
+ * added support for oauthlib 1.0
98
99
99
100
0.8.2 [2015-06-25]
100
101
~~~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- master branch
5
- -------------
4
+ 0.9.0 [2015-07-28]
5
+ ~~~~~~~~~~~~~~~~~~
6
6
7
7
* ``oauthlib_backend_class `` is now pluggable through Django settings
8
8
* #127: ``application/json `` Content-Type is now supported using ``JSONOAuthLibCore ``
9
9
* #238: Fixed redirect uri handling in case of error
10
10
* #229: Invalidate access tokens when getting a new refresh token
11
+ * added support for oauthlib 1.0
11
12
12
13
13
14
0.8.2 [2015-06-25]
Original file line number Diff line number Diff line change 1
- __version__ = '0.8.2 '
1
+ __version__ = '0.9.0 '
2
2
3
3
__author__ = "Massimiliano Pippi & Federico Frenguelli"
4
4
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ def get_version(package):
52
52
install_requires = [
53
53
'django>=1.4' ,
54
54
'django-braces>=1.2.2' ,
55
- 'oauthlib>=0.6.2 ' ,
55
+ 'oauthlib==1.0.1 ' ,
56
56
'six' ,
57
57
],
58
58
zip_safe = False ,
You can’t perform that action at this time.
0 commit comments