From db7ace28e92bb21cf59c79c284d3f30d615c8ec0 Mon Sep 17 00:00:00 2001 From: David Baumgold Date: Sat, 10 Apr 2021 16:18:15 +0200 Subject: [PATCH] v4.0.0 --- CHANGELOG.rst | 7 ++++++- flask_dance/__init__.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 983fc2b..8abae2e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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. @@ -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 diff --git a/flask_dance/__init__.py b/flask_dance/__init__.py index cfad2f4..2dd3965 100644 --- a/flask_dance/__init__.py +++ b/flask_dance/__init__.py @@ -1,3 +1,3 @@ from .consumer import OAuth1ConsumerBlueprint, OAuth2ConsumerBlueprint -__version__ = "3.3.1" +__version__ = "4.0.0"