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"]