Skip to content

Commit

Permalink
v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
singingwolfboy committed Dec 30, 2015
1 parent 30c10a1 commit 98d38be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ Change Log

unreleased
----------
Nothing yet

0.8.2 (2015-12-30)
------------------
* If the OAuth 1 token request is denied on accessing the login view,
Flask-Dance will now redirect the user and fire the ``oauth_error`` signal.
This matches the behavior of how Flask-Dance handles OAuth 2 errors.
Expand Down
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.1"
__version__ = "0.8.2"

0 comments on commit 98d38be

Please sign in to comment.