From 92d35853255d4a0698a44cb177ee21e583a8ea44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Fri, 29 Mar 2024 12:11:15 +0100 Subject: [PATCH] chore: bump to 0.0.43 --- CHANGES.rst | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index f19e24de..5d0966c0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,5 @@ -Unreleased ----------- +[0.0.43] - 2024-03-29 +--------------------- 🚨Configuration files must be updated.🚨 diff --git a/pyproject.toml b/pyproject.toml index a9842244..7903321c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.masonry.api" [tool] [tool.poetry] name = "Canaille" -version = "0.0.42" +version = "0.0.43" description = "Lightweight identity and autorization management software" license = "MIT" keywords = ["oidc", "oauth", "oauth2", "openid", "identity"]