Skip to content

Commit 4ada026

Browse files
v0.8.0
1 parent ff0938d commit 4ada026

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ Change Log
33

44
unreleased
55
----------
6+
Nothing yet
7+
8+
0.8.0 (2015-12-28)
9+
------------------
610
* Added the Slack pre-set configuration
711
* Fixed a subtle bug where setting the ``client_id`` property on an instance
812
of ``OAuth2ConsumerBlueprint`` did not update the value that the ``oauthlib``

flask_dance/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
from .consumer import OAuth1ConsumerBlueprint, OAuth2ConsumerBlueprint
55

6-
__version__ = "0.7.1"
6+
__version__ = "0.8.0"

0 commit comments

Comments
 (0)