Skip to content

Commit

Permalink
v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
singingwolfboy committed May 10, 2023
1 parent 01f4fb2 commit 27add75
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ Changelog

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

`7.0.0`_ (2023-05-10)
---------------------
* Removed Twitter pre-set configuration
* Added Dexcom pre-set configuration
* Added support for authorization flow with PKCE_

Expand Down Expand Up @@ -398,7 +403,8 @@ Fixed
.. _flit: https://flit.pypa.io/
.. _PKCE: https://www.rfc-editor.org/rfc/rfc7636

.. _unreleased: https://github.com/singingwolfboy/flask-dance/compare/v6.2.0...HEAD
.. _unreleased: https://github.com/singingwolfboy/flask-dance/compare/v7.0.0...HEAD
.. _7.0.0: https://github.com/singingwolfboy/flask-dance/compare/v6.2.0...v7.0.0
.. _6.2.0: https://github.com/singingwolfboy/flask-dance/compare/v6.1.1...v6.2.0
.. _6.1.1: https://github.com/singingwolfboy/flask-dance/compare/v6.1.0...v6.1.1
.. _6.1.0: https://github.com/singingwolfboy/flask-dance/compare/v6.0.0...v6.1.0
Expand Down
2 changes: 1 addition & 1 deletion flask_dance/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"Doing the OAuth dance with style using Flask, requests, and oauthlib"
from .consumer import OAuth1ConsumerBlueprint, OAuth2ConsumerBlueprint

__version__ = "6.2.0"
__version__ = "7.0.0"

0 comments on commit 27add75

Please sign in to comment.