File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,18 @@ Changelog
6
6
Here you can see the full list of changes between each Flask-OAuthlib release.
7
7
8
8
9
+ Version 0.3.3
10
+ -------------
11
+
12
+ Release on Oct 4, 2013
13
+
14
+ - Support for token generator in OAuth2 Provider via `#42 `_.
15
+ - Improve client part, improve test cases.
16
+ - Fix scope via `#44 `_.
17
+
18
+ .. _`#42` : https://github.com/lepture/flask-oauthlib/issues/42
19
+ .. _`#44` : https://github.com/lepture/flask-oauthlib/issues/44
20
+
9
21
Version 0.3.2
10
22
-------------
11
23
Original file line number Diff line number Diff line change 11
11
:license: BSD, see LICENSE for more details.
12
12
"""
13
13
14
- __version__ = "0.3.2 "
14
+ __version__ = "0.3.3 "
15
15
__author__ = "Hsiaoming Yang <me@lepture.com>"
16
16
__homepage__ = 'https://github.com/lepture/flask-oauthlib'
You can’t perform that action at this time.
0 commit comments