diff --git a/CHANGES.rst b/CHANGES.rst index 8b1bffe2..70802775 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.38] - 2023-12-15 +===================== + Changed ******* diff --git a/pyproject.toml b/pyproject.toml index b66f3f4c..376944c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.masonry.api" [tool] [tool.poetry] name = "Canaille" -version = "0.0.37" +version = "0.0.38" description = "Minimalistic identity provider" license = "MIT" keywords = ["oidc", "oauth", "oauth2", "openid", "identity"]