From eb3f947340a372cd596cb743353b7e3ed5682e76 Mon Sep 17 00:00:00 2001 From: David Baumgold Date: Tue, 12 May 2015 23:25:37 -0400 Subject: [PATCH] Version 0.6.0 --- CHANGELOG.rst | 4 ++++ flask_dance/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bb2854ae..e31a5ba2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,6 +3,10 @@ Change Log unreleased ---------- +Nothing yet. + +0.6.0 (2015-05-12) +------------------ * Added the Dropbox pre-set configuration * Added the Meetup pre-set configuration * Added the Facebook pre-set configuration diff --git a/flask_dance/__init__.py b/flask_dance/__init__.py index 44db23c8..5e68b957 100644 --- a/flask_dance/__init__.py +++ b/flask_dance/__init__.py @@ -3,4 +3,4 @@ from .consumer import OAuth1ConsumerBlueprint -__version__ = "0.5.1" +__version__ = "0.6.0"