Skip to content

Commit a3c270c

Browse files
committed
Version bump 0.4.1
1 parent 3143744 commit a3c270c

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

docs/changelog.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ Changelog
66
Here you can see the full list of changes between each Flask-OAuthlib release.
77

88

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+
921
Version 0.4.0
1022
-------------
1123

flask_oauthlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
:license: BSD, see LICENSE for more details.
1212
"""
1313

14-
__version__ = "0.4.0"
14+
__version__ = "0.4.1"
1515
__author__ = "Hsiaoming Yang <me@lepture.com>"
1616
__homepage__ = 'https://github.com/lepture/flask-oauthlib'
1717
__license__ = 'BSD'

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
except ImportError:
1313
from distutils.core import setup
1414

15-
import imp
1615
from email.utils import parseaddr
1716
import flask_oauthlib
1817

0 commit comments

Comments
 (0)