Skip to content

Commit

Permalink
v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
singingwolfboy committed May 12, 2021
1 parent d616de9 commit 37cd053
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

`5.0.0`_ (2020-05-12)
---------------------
* Added support for Flask 2.0 and Werkzeug 2.0.
* Minimum supported version of Flask is now 1.0.4.
* BaseOAuthConsumerBlueprint now accepts a `rule_kwargs` parameter, which allows
Expand Down Expand Up @@ -363,7 +367,8 @@ Fixed
.. _#161: https://github.com/singingwolfboy/flask-dance/issues/161


.. _unreleased: https://github.com/singingwolfboy/flask-dance/compare/v4.0.0...HEAD
.. _unreleased: https://github.com/singingwolfboy/flask-dance/compare/v5.0.0...HEAD
.. _5.0.0: https://github.com/singingwolfboy/flask-dance/compare/v4.0.0...v5.0.0
.. _4.0.0: https://github.com/singingwolfboy/flask-dance/compare/v3.3.1...v4.0.0
.. _3.3.1: https://github.com/singingwolfboy/flask-dance/compare/v3.3.0...v3.3.1
.. _3.3.0: https://github.com/singingwolfboy/flask-dance/compare/v3.2.0...v3.3.0
Expand Down
2 changes: 1 addition & 1 deletion flask_dance/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .consumer import OAuth1ConsumerBlueprint, OAuth2ConsumerBlueprint

__version__ = "4.0.0"
__version__ = "5.0.0"

0 comments on commit 37cd053

Please sign in to comment.