Skip to content

Commit 832de42

Browse files
committed
chore: version bump, 5.0.0-rc0
1 parent 18421c0 commit 832de42

File tree

4 files changed

+9
-158
lines changed

4 files changed

+9
-158
lines changed

.github/workflows/testing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
python-version: [ "3.11", "3.12" ]
21-
fastapi-version: [ "0.103.2", "0.111.0"]
21+
fastapi-version: [ "0.103.2", "0.111.1"]
2222
steps:
2323
- name: Check out repository
2424
uses: actions/checkout@v4

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__ = '4.4.0'
7+
__version__ = '5.0.0-rc0'

0 commit comments

Comments
 (0)