Skip to content

Commit 644988c

Browse files
committed
Version bump 0.3.3
1 parent 9185b1f commit 644988c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
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.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+
921
Version 0.3.2
1022
-------------
1123

flask_oauthlib/__init__.py

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

14-
__version__ = "0.3.2"
14+
__version__ = "0.3.3"
1515
__author__ = "Hsiaoming Yang <me@lepture.com>"
1616
__homepage__ = 'https://github.com/lepture/flask-oauthlib'

0 commit comments

Comments
 (0)