Skip to content

Commit

Permalink
release version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waza-ari committed Apr 18, 2024
1 parent 64ff2e6 commit ec1e84b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
project = "FastAPI Keycloak Middleware"
copyright = "2023, Daniel Herrmann"
author = "Daniel Herrmann"
release = "0.3.0"
release = "0.4.0"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion fastapi_keycloak_middleware/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Middleware for FastAPI that supports authenticating users against Keycloak
"""

__version__ = "0.3.0"
__version__ = "0.4.0"

import logging

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fastapi-keycloak-middleware"
version = "0.3.1"
version = "0.4.0"
description = "Middleware for FastAPI to authenticate a user against keycloak"
authors = ["Daniel Herrmann <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit ec1e84b

Please sign in to comment.