File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,16 @@ Changelog
33
44Here you can see the full list of changes between each Flask-OAuthlib release.
55
6+ Version 0.9.3
7+ -------------
8+
9+ Released on Jun 2, 2016
10+
11+ - Revert the wrong implement of non credential oauth2 require auth
12+ - Catch all exceptions in OAuth2 providers
13+ - Bugfix for examples, docs and other things
14+
15+
616Version 0.9.2
717-------------
818
Original file line number Diff line number Diff line change 77 remote OAuth enabled applications, and also helps you creating your own
88 OAuth servers.
99
10- :copyright: (c) 2013 - 2015 by Hsiaoming Yang.
10+ :copyright: (c) 2013 - 2016 by Hsiaoming Yang.
1111 :license: BSD, see LICENSE for more details.
1212"""
1313
14- __version__ = "0.9.2 "
14+ __version__ = "0.9.3 "
1515__author__ = "Hsiaoming Yang <me@lepture.com>"
1616__homepage__ = 'https://github.com/lepture/flask-oauthlib'
1717__license__ = 'BSD'
You can’t perform that action at this time.
0 commit comments