Skip to content

Commit d51d115

Browse files
v7.1.0
1 parent 941fb2a commit d51d115

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
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+
`7.1.0`_ (2024-03-05)
9+
---------------------
610
* Set ``auto_refresh_url`` automatically in ``make_azure_blueprint`` when the ``offline_access``
711
scope is included, thereby enabling automatic token refresh
812
* Allow returning a custom response from a ``oauth_error`` signal handler.
@@ -409,7 +413,8 @@ Fixed
409413
.. _flit: https://flit.pypa.io/
410414
.. _PKCE: https://www.rfc-editor.org/rfc/rfc7636
411415

412-
.. _unreleased: https://github.com/singingwolfboy/flask-dance/compare/v7.0.0...HEAD
416+
.. _unreleased: https://github.com/singingwolfboy/flask-dance/compare/v7.1.0...HEAD
417+
.. _7.0.1: https://github.com/singingwolfboy/flask-dance/compare/v7.0.1...v7.1.0
413418
.. _7.0.1: https://github.com/singingwolfboy/flask-dance/compare/v7.0.0...v7.0.1
414419
.. _7.0.0: https://github.com/singingwolfboy/flask-dance/compare/v6.2.0...v7.0.0
415420
.. _6.2.0: https://github.com/singingwolfboy/flask-dance/compare/v6.1.1...v6.2.0

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The MIT License (MIT)
2-
Copyright © 2014-2021 David Baumgold
2+
Copyright © 2014-2024 David Baumgold
33

44
Permission is hereby granted, free of charge, to any person obtaining a copy
55
of this software and associated documentation files (the “Software”), to deal

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
# General information about the project.
5353
project = "Flask Dance"
54-
copyright = "2014-2021, David Baumgold"
54+
copyright = "2014-2024, David Baumgold"
5555

5656
# The version info for the project you're documenting, acts as replacement for
5757
# |version| and |release|, also used in various other places throughout the

flask_dance/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"Doing the OAuth dance with style using Flask, requests, and oauthlib"
22
from .consumer import OAuth1ConsumerBlueprint, OAuth2ConsumerBlueprint
33

4-
__version__ = "7.0.1"
4+
__version__ = "7.1.0"

0 commit comments

Comments
 (0)