Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
singingwolfboy committed Jul 1, 2016
1 parent 80375d0 commit 82d5cb0
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.9.0 (2016-07-1)
-----------------
* Allowed an ``oauth_authorized`` event handler to return a ``flask.Response``
instance. If so, that response will be sent to the requesting user.

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.3"
__version__ = "0.9.0"

0 comments on commit 82d5cb0

Please sign in to comment.