We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d30bc71 commit a74bfecCopy full SHA for a74bfec
fastapi_azure_auth/__init__.py
@@ -3,4 +3,4 @@
3
SingleTenantAzureAuthorizationCodeBearer,
4
)
5
6
-__version__ = '3.0.0'
+__version__ = '3.0.0-rc1'
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "fastapi-azure-auth"
-version = "3.0.0" # Remember to change in __init__.py as well
+version = "3.0.0-rc1" # 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