diff --git a/CHANGES.rst b/CHANGES.rst index bec03415..4419ed2e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,7 +3,7 @@ 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.13] - 2022-xx-xx +[0.0.13] - 2022-11-21 ===================== Fixed diff --git a/pyproject.toml b/pyproject.toml index 98335102..8a992d3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.masonry.api" [tool] [tool.poetry] name = "Canaille" -version = "0.0.12" +version = "0.0.13" description = "Minimalistic identity provider" license = "MIT" keywords = ["oidc", "oauth", "oauth2", "openid", "identity"]