File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ Changelog
33
44`unreleased `_
55-------------
6+ nothing yet
7+
8+ `5.0.0 `_ (2020-05-12)
9+ ---------------------
610* Added support for Flask 2.0 and Werkzeug 2.0.
711* Minimum supported version of Flask is now 1.0.4.
812* BaseOAuthConsumerBlueprint now accepts a `rule_kwargs ` parameter, which allows
@@ -363,7 +367,8 @@ Fixed
363367.. _#161 : https://github.com/singingwolfboy/flask-dance/issues/161
364368
365369
366- .. _unreleased : https://github.com/singingwolfboy/flask-dance/compare/v4.0.0...HEAD
370+ .. _unreleased : https://github.com/singingwolfboy/flask-dance/compare/v5.0.0...HEAD
371+ .. _5.0.0 : https://github.com/singingwolfboy/flask-dance/compare/v4.0.0...v5.0.0
367372.. _4.0.0 : https://github.com/singingwolfboy/flask-dance/compare/v3.3.1...v4.0.0
368373.. _3.3.1 : https://github.com/singingwolfboy/flask-dance/compare/v3.3.0...v3.3.1
369374.. _3.3.0 : https://github.com/singingwolfboy/flask-dance/compare/v3.2.0...v3.3.0
Original file line number Diff line number Diff line change 11from .consumer import OAuth1ConsumerBlueprint , OAuth2ConsumerBlueprint
22
3- __version__ = "4 .0.0"
3+ __version__ = "5 .0.0"
You can’t perform that action at this time.
0 commit comments