diff --git a/CHANGES.rst b/CHANGES.rst index cdf3612b..053532ed 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,4 @@ -[0.0.54] - Unreleased +[0.0.55] - 2024-08-30 --------------------- Changed diff --git a/pyproject.toml b/pyproject.toml index 77521ddc..ef14e79a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool] [tool.poetry] name = "Canaille" -version = "0.0.54" +version = "0.0.55" description = "Lightweight identity and authorization management software" license = "MIT" keywords = ["oidc", "oauth", "oauth2", "openid", "identity"]