Skip to content

Commit

Permalink
v7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
singingwolfboy committed Jan 4, 2024
1 parent c90e67c commit c647c09
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -5,6 +5,10 @@ Changelog
-------------
nothing yet

`7.0.1`_ (2024-01-05)
---------------------
* Support Werkzeug 3

`7.0.0`_ (2023-05-10)
---------------------
* Removed Twitter pre-set configuration
Expand Down Expand Up @@ -404,6 +408,7 @@ Fixed
.. _PKCE: https://www.rfc-editor.org/rfc/rfc7636

.. _unreleased: https://github.com/singingwolfboy/flask-dance/compare/v7.0.0...HEAD
.. _7.0.1: https://github.com/singingwolfboy/flask-dance/compare/v7.0.0...v7.0.1
.. _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
Expand Down
2 changes: 1 addition & 1 deletion flask_dance/__init__.py
@@ -1,4 +1,4 @@
"Doing the OAuth dance with style using Flask, requests, and oauthlib"
from .consumer import OAuth1ConsumerBlueprint, OAuth2ConsumerBlueprint

__version__ = "7.0.0"
__version__ = "7.0.1"

0 comments on commit c647c09

Please sign in to comment.