From 490cb3427850233181f7b17872b8c8890a86d496 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Tue, 9 Apr 2024 22:06:36 +0200 Subject: [PATCH] chore: bump to 0.0.51 --- CHANGES.rst | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 52d2b6c8..a57cd9e8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,6 @@ +[0.0.51] - 2024-04-09 +--------------------- + Changed ^^^^^^^ - Display the menu bar on error pages. diff --git a/pyproject.toml b/pyproject.toml index 7919057e..00694555 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.masonry.api" [tool] [tool.poetry] name = "Canaille" -version = "0.0.50" +version = "0.0.51" description = "Lightweight identity and autorization management software" license = "MIT" keywords = ["oidc", "oauth", "oauth2", "openid", "identity"]