File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ Changelog
55-------------
66nothing yet
77
8+ `6.0.0 `_ (2022-04-05)
9+ ---------------------
10+ * Added support for Flask 2.1 and Werkzeug 2.1
11+ * Minimum supported version of Flask is now 2.0.3
12+ * Codebase is now linted using `isort `_
13+
814`5.1.0 `_ (2021-11-01)
915---------------------
1016* Added Fitbit pre-set configuration
@@ -369,9 +375,11 @@ Fixed
369375.. _#143 : https://github.com/singingwolfboy/flask-dance/issues/143
370376.. _#144 : https://github.com/singingwolfboy/flask-dance/issues/144
371377.. _#161 : https://github.com/singingwolfboy/flask-dance/issues/161
378+ .. _isort : https://pycqa.github.io/isort/
372379
373380
374- .. _unreleased : https://github.com/singingwolfboy/flask-dance/compare/v5.1.0...HEAD
381+ .. _unreleased : https://github.com/singingwolfboy/flask-dance/compare/v6.0.0...HEAD
382+ .. _6.0.0 : https://github.com/singingwolfboy/flask-dance/compare/v5.1.0...v6.0.0
375383.. _5.1.0 : https://github.com/singingwolfboy/flask-dance/compare/v5.0.0...v5.1.0
376384.. _5.0.0 : https://github.com/singingwolfboy/flask-dance/compare/v4.0.0...v5.0.0
377385.. _4.0.0 : https://github.com/singingwolfboy/flask-dance/compare/v3.3.1...v4.0.0
Original file line number Diff line number Diff line change 11from .consumer import OAuth1ConsumerBlueprint , OAuth2ConsumerBlueprint
22
3- __version__ = "5.1 .0"
3+ __version__ = "6.0 .0"
Original file line number Diff line number Diff line change @@ -71,10 +71,10 @@ def get_requirements(path):
7171 "Framework :: Pytest" ,
7272 "Programming Language :: Python" ,
7373 "Programming Language :: Python :: 3" ,
74- "Programming Language :: Python :: 3.6" ,
7574 "Programming Language :: Python :: 3.7" ,
7675 "Programming Language :: Python :: 3.8" ,
7776 "Programming Language :: Python :: 3.9" ,
77+ "Programming Language :: Python :: 3.10" ,
7878 ],
7979 zip_safe = False ,
8080)
You can’t perform that action at this time.
0 commit comments