Skip to content

Commit db7ace2

Browse files
v4.0.0
1 parent cd6fd53 commit db7ace2

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

flask_dance/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .consumer import OAuth1ConsumerBlueprint, OAuth2ConsumerBlueprint
22

3-
__version__ = "3.3.1"
3+
__version__ = "4.0.0"

0 commit comments

Comments
 (0)