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
3
3
4
4
`unreleased `_
5
5
-------------
6
+ nothing yet
7
+
8
+ `4.0.0 `_ (2021-04-10)
9
+ ---------------------
6
10
* Dropped support for Python 2 and Python 3.5
7
11
* If you are using the SQLAlchemy token storage, this project now depends on
8
12
SQLAlchemy version 1.3.11 and above. `sqlalchemy-utils ` is no longer necessary.
@@ -351,7 +355,8 @@ Fixed
351
355
.. _#161 : https://github.com/singingwolfboy/flask-dance/issues/161
352
356
353
357
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
355
360
.. _3.3.1 : https://github.com/singingwolfboy/flask-dance/compare/v3.3.0...v3.3.1
356
361
.. _3.3.0 : https://github.com/singingwolfboy/flask-dance/compare/v3.2.0...v3.3.0
357
362
.. _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 1
1
from .consumer import OAuth1ConsumerBlueprint , OAuth2ConsumerBlueprint
2
2
3
- __version__ = "3.3.1 "
3
+ __version__ = "4.0.0 "
You can’t perform that action at this time.
0 commit comments