Skip to content

Commit

Permalink
v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
singingwolfboy committed May 18, 2016
1 parent 85c97c5 commit e13fcfe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ unreleased
----------
Nothing yet

0.8.3 (2016-05-18)
------------------
* Fixed an error that occurred if you were running an unreleased version
of Flask, due to the version comparison code. See `issue 53`_.
Thanks, @ThiefMaster!

0.8.2 (2015-12-30)
------------------
* If the OAuth 1 token request is denied on accessing the login view,
Expand Down Expand Up @@ -160,3 +166,5 @@ Nothing yet
0.1 (2014-09-15)
----------------
* Initial release

.. _issue 53: https://github.com/singingwolfboy/flask-dance/issues/53
2 changes: 1 addition & 1 deletion flask_dance/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

from .consumer import OAuth1ConsumerBlueprint, OAuth2ConsumerBlueprint

__version__ = "0.8.2"
__version__ = "0.8.3"

0 comments on commit e13fcfe

Please sign in to comment.