From 0756859626ec4fc571bfd6ececa3eb3496c2fc5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Tue, 9 Apr 2024 21:51:19 +0200 Subject: [PATCH] chore: bump to 0.0.50 --- CHANGES.rst | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index fb2cdf2a..535d5295 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,6 @@ +[0.0.50] - 2024-04-09 +--------------------- + Added ^^^^^ - Sign in/out events are logged in :issuer:`177` diff --git a/pyproject.toml b/pyproject.toml index 263cd7f8..7919057e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.masonry.api" [tool] [tool.poetry] name = "Canaille" -version = "0.0.49" +version = "0.0.50" description = "Lightweight identity and autorization management software" license = "MIT" keywords = ["oidc", "oauth", "oauth2", "openid", "identity"]