File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ Changelog
33
44`unreleased `_
55-------------
6+ nothing yet
7+
8+ `7.0.0 `_ (2023-05-10)
9+ ---------------------
10+ * Removed Twitter pre-set configuration
611* Added Dexcom pre-set configuration
712* Added support for authorization flow with PKCE _
813
@@ -398,7 +403,8 @@ Fixed
398403.. _flit : https://flit.pypa.io/
399404.. _PKCE : https://www.rfc-editor.org/rfc/rfc7636
400405
401- .. _unreleased : https://github.com/singingwolfboy/flask-dance/compare/v6.2.0...HEAD
406+ .. _unreleased : https://github.com/singingwolfboy/flask-dance/compare/v7.0.0...HEAD
407+ .. _7.0.0 : https://github.com/singingwolfboy/flask-dance/compare/v6.2.0...v7.0.0
402408.. _6.2.0 : https://github.com/singingwolfboy/flask-dance/compare/v6.1.1...v6.2.0
403409.. _6.1.1 : https://github.com/singingwolfboy/flask-dance/compare/v6.1.0...v6.1.1
404410.. _6.1.0 : https://github.com/singingwolfboy/flask-dance/compare/v6.0.0...v6.1.0
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__ = "6.2 .0"
4+ __version__ = "7.0 .0"
You can’t perform that action at this time.
0 commit comments