Skip to content

Commit

Permalink
Ready for release 0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
greyli committed Sep 7, 2020
1 parent ed0c571 commit 68d30a4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ Changelog

Here you can see the full list of changes between each Flask-OAuthlib release.

Version 0.9.6
-------------

Released on Sept 7, 2020

- Fix dependency conflict with requests-oauthlib
- Fix imports for Werkzeug


Version 0.9.5
-------------

Expand All @@ -12,6 +21,7 @@ Released on May 16, 2018
- Update supported OAuthlib
- Add support for string type token


Version 0.9.4
-------------

Expand Down
2 changes: 1 addition & 1 deletion flask_oauthlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
:license: BSD, see LICENSE for more details.
"""

__version__ = "0.9.5"
__version__ = "0.9.6"
__author__ = "Hsiaoming Yang <me@lepture.com>"
__homepage__ = 'https://github.com/lepture/flask-oauthlib'
__license__ = 'BSD'
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ def fread(filename):
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
Expand Down

0 comments on commit 68d30a4

Please sign in to comment.