Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
singingwolfboy committed Apr 10, 2021
1 parent cd6fd53 commit db7ace2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ Changelog

`unreleased`_
-------------
nothing yet

`4.0.0`_ (2021-04-10)
---------------------
* Dropped support for Python 2 and Python 3.5
* If you are using the SQLAlchemy token storage, this project now depends on
SQLAlchemy version 1.3.11 and above. `sqlalchemy-utils` is no longer necessary.
Expand Down Expand Up @@ -351,7 +355,8 @@ Fixed
.. _#161: https://github.com/singingwolfboy/flask-dance/issues/161


.. _unreleased: https://github.com/singingwolfboy/flask-dance/compare/v3.3.1...HEAD
.. _unreleased: https://github.com/singingwolfboy/flask-dance/compare/v4.0.0...HEAD
.. _4.0.0: https://github.com/singingwolfboy/flask-dance/compare/v3.3.1...v4.0.0
.. _3.3.1: https://github.com/singingwolfboy/flask-dance/compare/v3.3.0...v3.3.1
.. _3.3.0: https://github.com/singingwolfboy/flask-dance/compare/v3.2.0...v3.3.0
.. _3.2.0: https://github.com/singingwolfboy/flask-dance/compare/v3.1.0...v3.2.0
Expand Down
2 changes: 1 addition & 1 deletion flask_dance/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .consumer import OAuth1ConsumerBlueprint, OAuth2ConsumerBlueprint

__version__ = "3.3.1"
__version__ = "4.0.0"

0 comments on commit db7ace2

Please sign in to comment.