File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ Changelog
33
44`unreleased `_
55-------------
6+ nothing yet
7+
8+ `6.2.0 `_ (2022-10-12)
9+ ---------------------
610* Added ORCID and ORCID sandbox provider
711* Switched from setuptools to flit _ for packaging
812
@@ -393,7 +397,8 @@ Fixed
393397.. _flit : https://flit.pypa.io/
394398
395399
396- .. _unreleased : https://github.com/singingwolfboy/flask-dance/compare/v6.1.1...HEAD
400+ .. _unreleased : https://github.com/singingwolfboy/flask-dance/compare/v6.2.0...HEAD
401+ .. _6.2.0 : https://github.com/singingwolfboy/flask-dance/compare/v6.1.1...v6.2.0
397402.. _6.1.1 : https://github.com/singingwolfboy/flask-dance/compare/v6.1.0...v6.1.1
398403.. _6.1.0 : https://github.com/singingwolfboy/flask-dance/compare/v6.0.0...v6.1.0
399404.. _6.0.0 : https://github.com/singingwolfboy/flask-dance/compare/v5.1.0...v6.0.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.1.1 "
4+ __version__ = "6.2.0 "
You can’t perform that action at this time.
0 commit comments