File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ Changelog
55-------------
66nothing yet
77
8+ `7.0.1 `_ (2024-01-05)
9+ ---------------------
10+ * Support Werkzeug 3
11+
812`7.0.0 `_ (2023-05-10)
913---------------------
1014* Removed Twitter pre-set configuration
@@ -404,6 +408,7 @@ Fixed
404408.. _PKCE : https://www.rfc-editor.org/rfc/rfc7636
405409
406410.. _unreleased : https://github.com/singingwolfboy/flask-dance/compare/v7.0.0...HEAD
411+ .. _7.0.1 : https://github.com/singingwolfboy/flask-dance/compare/v7.0.0...v7.0.1
407412.. _7.0.0 : https://github.com/singingwolfboy/flask-dance/compare/v6.2.0...v7.0.0
408413.. _6.2.0 : https://github.com/singingwolfboy/flask-dance/compare/v6.1.1...v6.2.0
409414.. _6.1.1 : https://github.com/singingwolfboy/flask-dance/compare/v6.1.0...v6.1.1
Original file line number Diff line number Diff line change 11"Doing the OAuth dance with style using Flask, requests, and oauthlib"
22from .consumer import OAuth1ConsumerBlueprint , OAuth2ConsumerBlueprint
33
4- __version__ = "7.0.0 "
4+ __version__ = "7.0.1 "
You can’t perform that action at this time.
0 commit comments