We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adea9f9 commit 5207369Copy full SHA for 5207369
2 files changed
fastapi_azure_auth/__init__.py
@@ -4,4 +4,4 @@
4
SingleTenantAzureAuthorizationCodeBearer as SingleTenantAzureAuthorizationCodeBearer,
5
)
6
7
-__version__ = '4.2.1'
+__version__ = '4.3.0'
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "fastapi-azure-auth"
3
-version = "4.2.1" # Remember to change in __init__.py as well
+version = "4.3.0" # Remember to change in __init__.py as well
description = "Easy and secure implementation of Azure AD for your FastAPI APIs"
authors = ["Jonas Krüger Svensson <jonas.svensson@intility.no>"]
readme = "README.md"
0 commit comments