diff --git a/CHANGES.rst b/CHANGES.rst index d815f950..4ccac805 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,6 @@ +[0.0.53] - 2024-04-22 +--------------------- + Added ^^^^^ - `env_prefix` create_app variable can select the environment var prefix. diff --git a/pyproject.toml b/pyproject.toml index 1b0f9c62..aaf723fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.masonry.api" [tool] [tool.poetry] name = "Canaille" -version = "0.0.52" +version = "0.0.53" description = "Lightweight identity and authorization management software" license = "MIT" keywords = ["oidc", "oauth", "oauth2", "openid", "identity"]