Skip to content

Commit e0f01c0

Browse files
CopilotJonasKs
andcommitted
Bump version to 5.2.0 for minor release
Co-authored-by: JonasKs <5310116+JonasKs@users.noreply.github.com>
1 parent c5c90a8 commit e0f01c0

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
@@ -4,4 +4,4 @@
44
SingleTenantAzureAuthorizationCodeBearer as SingleTenantAzureAuthorizationCodeBearer,
55
)
66

7-
__version__ = '5.1.1'
7+
__version__ = '5.2.0'

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 = "5.1.1" # Remember to change in __init__.py as well
3+
version = "5.2.0" # Remember to change in __init__.py as well
44
description = "Easy and secure implementation of Azure Entra ID for your FastAPI APIs"
55
authors = ["Jonas Krüger Svensson <jonas.svensson@intility.no>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)