Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Commit 965c1e0

Browse files
Yannic SchröerYannic Schröer
authored andcommitted
v1.0.1
1 parent 5ff308c commit 965c1e0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ __pycache__/
99
# VSCode
1010
.vscode
1111

12+
# Mk Docs
13+
/documentation/site
14+
1215
# C extensions
1316
*.so
1417

fastapi_keycloak/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Keycloak API Client for integrating authentication and authorization with FastAPI"""
22

3-
__version__ = "1.0.0"
3+
__version__ = "1.0.1"
44

55
from fastapi_keycloak.api import FastAPIKeycloak
66
from fastapi_keycloak.model import OIDCUser, UsernamePassword, HTTPMethod, KeycloakError, KeycloakUser, KeycloakToken, KeycloakRole, KeycloakIdentityProvider, KeycloakGroup

0 commit comments

Comments
 (0)