Skip to content

Commit 9b407ff

Browse files
committed
Version bump 0.9.3
1 parent 0cabc05 commit 9b407ff

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGES.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ Changelog
33

44
Here 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+
616
Version 0.9.2
717
-------------
818

flask_oauthlib/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
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'

0 commit comments

Comments
 (0)