Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
singingwolfboy committed May 15, 2019
1 parent 7598f00 commit cc3e0fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ Changelog

`unreleased`_
-------------
nothing yet

`2.1.0`_ (2019-05-15)
---------------------
* Flask-Dance now provides a ``betamax_record_flask_dance`` testing fixture,
for recording and replaying HTTP requests using Betamax_. See the testing
documentation for more information.
Expand Down Expand Up @@ -308,7 +312,8 @@ Fixed
.. _#161: https://github.com/singingwolfboy/flask-dance/issues/161


.. _unreleased: https://github.com/singingwolfboy/flask-dance/compare/v2.0.0...HEAD
.. _unreleased: https://github.com/singingwolfboy/flask-dance/compare/v2.1.0...HEAD
.. _2.1.0: https://github.com/singingwolfboy/flask-dance/compare/v2.0.0...v2.1.0
.. _2.0.0: https://github.com/singingwolfboy/flask-dance/compare/v1.4.0...v2.0.0
.. _1.4.0: https://github.com/singingwolfboy/flask-dance/compare/v1.3.0...v1.4.0
.. _1.3.0: https://github.com/singingwolfboy/flask-dance/compare/v1.2.0...v1.3.0
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__ = "2.0.0"
__version__ = "2.1.0"

0 comments on commit cc3e0fe

Please sign in to comment.