Skip to content

Commit

Permalink
v6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
singingwolfboy committed Oct 12, 2022
1 parent 4a26b00 commit 217d769
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ Changelog

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

`6.2.0`_ (2022-10-12)
---------------------
* Added ORCID and ORCID sandbox provider
* Switched from setuptools to flit_ for packaging

Expand Down Expand Up @@ -393,7 +397,8 @@ Fixed
.. _flit: https://flit.pypa.io/


.. _unreleased: https://github.com/singingwolfboy/flask-dance/compare/v6.1.1...HEAD
.. _unreleased: https://github.com/singingwolfboy/flask-dance/compare/v6.2.0...HEAD
.. _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
.. _6.0.0: https://github.com/singingwolfboy/flask-dance/compare/v5.1.0...v6.0.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.1.1"
__version__ = "6.2.0"

0 comments on commit 217d769

Please sign in to comment.