Skip to content

Commit

Permalink
v7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
singingwolfboy committed Mar 5, 2024
1 parent 941fb2a commit d51d115
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 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

`7.1.0`_ (2024-03-05)
---------------------
* Set ``auto_refresh_url`` automatically in ``make_azure_blueprint`` when the ``offline_access``
scope is included, thereby enabling automatic token refresh
* Allow returning a custom response from a ``oauth_error`` signal handler.
Expand Down Expand Up @@ -409,7 +413,8 @@ Fixed
.. _flit: https://flit.pypa.io/
.. _PKCE: https://www.rfc-editor.org/rfc/rfc7636

.. _unreleased: https://github.com/singingwolfboy/flask-dance/compare/v7.0.0...HEAD
.. _unreleased: https://github.com/singingwolfboy/flask-dance/compare/v7.1.0...HEAD
.. _7.0.1: https://github.com/singingwolfboy/flask-dance/compare/v7.0.1...v7.1.0
.. _7.0.1: https://github.com/singingwolfboy/flask-dance/compare/v7.0.0...v7.0.1
.. _7.0.0: https://github.com/singingwolfboy/flask-dance/compare/v6.2.0...v7.0.0
.. _6.2.0: https://github.com/singingwolfboy/flask-dance/compare/v6.1.1...v6.2.0
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
The MIT License (MIT)
Copyright © 2014-2021 David Baumgold
Copyright © 2014-2024 David Baumgold

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the “Software”), to deal
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

# General information about the project.
project = "Flask Dance"
copyright = "2014-2021, David Baumgold"
copyright = "2014-2024, David Baumgold"

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
2 changes: 1 addition & 1 deletion flask_dance/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"Doing the OAuth dance with style using Flask, requests, and oauthlib"
from .consumer import OAuth1ConsumerBlueprint, OAuth2ConsumerBlueprint

__version__ = "7.0.1"
__version__ = "7.1.0"

0 comments on commit d51d115

Please sign in to comment.