Skip to content

Commit

Permalink
Version 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
singingwolfboy committed Aug 1, 2017
1 parent b0a1d92 commit 2ac2536
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ Change Log

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

0.11.1 (2017-07-31)
-------------------
* Changed Nylas configuration to refer to "client_id" and "client_secret"
rather than "api_id" and "api_secret".

0.11.0 (2017-07-24)
-------------------
* Added the Nylas pre-set configuration
* Improve timezone handling for OAuth 2 token refreshing.
* Update tests and docs regarding ``OAuthConsumerMixin`` inheritance.
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.11.0"
__version__ = "0.11.1"

0 comments on commit 2ac2536

Please sign in to comment.