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+ `4.0.0 `_ (2021-04-10)
9+ ---------------------
610* Dropped support for Python 2 and Python 3.5
711* If you are using the SQLAlchemy token storage, this project now depends on
812 SQLAlchemy version 1.3.11 and above. `sqlalchemy-utils ` is no longer necessary.
@@ -351,7 +355,8 @@ Fixed
351355.. _#161 : https://github.com/singingwolfboy/flask-dance/issues/161
352356
353357
354- .. _unreleased : https://github.com/singingwolfboy/flask-dance/compare/v3.3.1...HEAD
358+ .. _unreleased : https://github.com/singingwolfboy/flask-dance/compare/v4.0.0...HEAD
359+ .. _4.0.0 : https://github.com/singingwolfboy/flask-dance/compare/v3.3.1...v4.0.0
355360.. _3.3.1 : https://github.com/singingwolfboy/flask-dance/compare/v3.3.0...v3.3.1
356361.. _3.3.0 : https://github.com/singingwolfboy/flask-dance/compare/v3.2.0...v3.3.0
357362.. _3.2.0 : https://github.com/singingwolfboy/flask-dance/compare/v3.1.0...v3.2.0
Original file line number Diff line number Diff line change 11from .consumer import OAuth1ConsumerBlueprint , OAuth2ConsumerBlueprint
22
3- __version__ = "3.3.1 "
3+ __version__ = "4.0.0 "
You can’t perform that action at this time.
0 commit comments