We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5c90a8 commit e0f01c0Copy full SHA for e0f01c0
fastapi_azure_auth/__init__.py
@@ -4,4 +4,4 @@
4
SingleTenantAzureAuthorizationCodeBearer as SingleTenantAzureAuthorizationCodeBearer,
5
)
6
7
-__version__ = '5.1.1'
+__version__ = '5.2.0'
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "fastapi-azure-auth"
3
-version = "5.1.1" # Remember to change in __init__.py as well
+version = "5.2.0" # Remember to change in __init__.py as well
description = "Easy and secure implementation of Azure Entra ID for your FastAPI APIs"
authors = ["Jonas Krüger Svensson <jonas.svensson@intility.no>"]
readme = "README.md"
0 commit comments