Skip to content

Commit a74bfec

Browse files
committed
Add release candidate version: 3.0.0-rc1
1 parent d30bc71 commit a74bfec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fastapi_azure_auth/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
SingleTenantAzureAuthorizationCodeBearer,
44
)
55

6-
__version__ = '3.0.0'
6+
__version__ = '3.0.0-rc1'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fastapi-azure-auth"
3-
version = "3.0.0" # Remember to change in __init__.py as well
3+
version = "3.0.0-rc1" # Remember to change in __init__.py as well
44
description = "Easy and secure implementation of Azure AD for your FastAPI APIs"
55
authors = ["Jonas Krüger Svensson <jonas.svensson@intility.no>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)