Skip to content

Commit

Permalink
chore: version bump, 5.0.0-rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKs committed Jul 15, 2024
1 parent 18421c0 commit 832de42
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 158 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
python-version: [ "3.11", "3.12" ]
fastapi-version: [ "0.103.2", "0.111.0"]
fastapi-version: [ "0.103.2", "0.111.1"]
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion fastapi_azure_auth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
SingleTenantAzureAuthorizationCodeBearer as SingleTenantAzureAuthorizationCodeBearer,
)

__version__ = '4.4.0'
__version__ = '5.0.0-rc0'
Loading

0 comments on commit 832de42

Please sign in to comment.