File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
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.4.1
10
+ -------------
11
+
12
+ Released on Nov 25, 2013
13
+
14
+ - Add access_token on request object via `#53 `_.
15
+ - Bugfix for lazy loading configuration via `#55 `_.
16
+
17
+ .. _`#53` : https://github.com/lepture/flask-oauthlib/issues/53
18
+ .. _`#55` : https://github.com/lepture/flask-oauthlib/issues/55
19
+
20
+
9
21
Version 0.4.0
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.4.0 "
14
+ __version__ = "0.4.1 "
15
15
__author__ = "Hsiaoming Yang <me@lepture.com>"
16
16
__homepage__ = 'https://github.com/lepture/flask-oauthlib'
17
17
__license__ = 'BSD'
Original file line number Diff line number Diff line change 12
12
except ImportError :
13
13
from distutils .core import setup
14
14
15
- import imp
16
15
from email .utils import parseaddr
17
16
import flask_oauthlib
18
17
You can’t perform that action at this time.
0 commit comments