From 4bf83888e8e562d47899ff472872105ef5086b7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Mon, 8 Apr 2024 18:24:34 +0200 Subject: [PATCH] chore: bump to 0.0.49 --- CHANGES.rst | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 6e058476..cbd5330f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,5 @@ +[0.0.49] - 2024-04-08 +--------------------- Fixed ^^^^^ diff --git a/pyproject.toml b/pyproject.toml index a8c68c22..263cd7f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.masonry.api" [tool] [tool.poetry] name = "Canaille" -version = "0.0.48" +version = "0.0.49" description = "Lightweight identity and autorization management software" license = "MIT" keywords = ["oidc", "oauth", "oauth2", "openid", "identity"]