diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a620a461..1c718b44 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,6 +3,10 @@ Change Log unreleased ---------- +Nothing yet. + +0.7.1 (2015-12-12) +------------------ * Removed the Dictective utility class, and replaced it with ``werkzeug.datastructures.CallbackDict``. It does the same thing, but it's better tested, and already a part of one of Flask-Dance's dependencies. diff --git a/flask_dance/__init__.py b/flask_dance/__init__.py index 12f503dc..5290d9e0 100644 --- a/flask_dance/__init__.py +++ b/flask_dance/__init__.py @@ -3,4 +3,4 @@ from .consumer import OAuth1ConsumerBlueprint -__version__ = "0.7.0" +__version__ = "0.7.1"