diff --git a/CHANGES.rst b/CHANGES.rst index cbcbfe90..1b8227ab 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file. The format is based on `Keep a Changelog `_, and this project adheres to `Semantic Versioning `_. +[0.0.41] - 2023-12-25 +===================== + Added ***** diff --git a/pyproject.toml b/pyproject.toml index 5768b970..2bc88154 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.masonry.api" [tool] [tool.poetry] name = "Canaille" -version = "0.0.40" +version = "0.0.41" description = "Lightweight identity and autorization management software" license = "MIT" keywords = ["oidc", "oauth", "oauth2", "openid", "identity"]