From b8645ce1a3a2f3ecb7edd533ef703409bfc81f48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Mon, 22 Apr 2024 16:40:44 +0200 Subject: [PATCH] chore: bump to 0.0.52 --- CHANGES.rst | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 722bb4ba..a2d2af7e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,6 @@ +[0.0.52] - 2024-04-22 +--------------------- + Added ^^^^^ - `ENV_FILE` environment variable can customize/disable the .env file diff --git a/pyproject.toml b/pyproject.toml index 56bbf0cc..1b0f9c62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.masonry.api" [tool] [tool.poetry] name = "Canaille" -version = "0.0.51" +version = "0.0.52" description = "Lightweight identity and authorization management software" license = "MIT" keywords = ["oidc", "oauth", "oauth2", "openid", "identity"]