We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78b075f commit 3575035Copy full SHA for 3575035
CHANGELOG.rst
@@ -3,6 +3,10 @@ Change Log
3
4
unreleased
5
----------
6
+Nothing yet
7
+
8
+0.14.0 (2018-03-14)
9
+-------------------
10
* Accessing the ``access_token`` property on an instance of the
11
``OAuth2Session`` class will now query the token backend, instead of
12
checking the client on the instance.
flask_dance/__init__.py
@@ -3,4 +3,4 @@
from .consumer import OAuth1ConsumerBlueprint, OAuth2ConsumerBlueprint
-__version__ = "0.13.0"
+__version__ = "0.14.0"
0 commit comments