File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11The MIT License (MIT)
2- Copyright © 2014-2021 David Baumgold
2+ Copyright © 2014-2024 David Baumgold
33
44Permission is hereby granted, free of charge, to any person obtaining a copy
55of this software and associated documentation files (the “Software”), to deal
Original file line number Diff line number Diff line change 5151
5252# General information about the project.
5353project = "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
Original file line number Diff line number Diff line change 11"Doing the OAuth dance with style using Flask, requests, and oauthlib"
22from .consumer import OAuth1ConsumerBlueprint , OAuth2ConsumerBlueprint
33
4- __version__ = "7.0.1 "
4+ __version__ = "7.1.0 "
You can’t perform that action at this time.
0 commit comments