From 965725fa6e9a49fd05d11a1de9bcc7ced61a1f70 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89loi=20Rivard?= <eloi.rivard@nubla.fr>
Date: Sun, 12 Mar 2023 23:40:06 +0100
Subject: [PATCH] Bump to 0.0.21

---
 CHANGES.rst    | 3 +++
 pyproject.toml | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/CHANGES.rst b/CHANGES.rst
index 443d7cb2..31b93e7a 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 <https://keepachangelog.com/en/1.0.0/>`_,
 and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.
 
+[0.0.21] - 2023-03-12
+=====================
+
 Added
 *****
 
diff --git a/pyproject.toml b/pyproject.toml
index c3ed5051..82ccf6a9 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "poetry.masonry.api"
 [tool]
 [tool.poetry]
 name = "Canaille"
-version = "0.0.20"
+version = "0.0.21"
 description = "Minimalistic identity provider"
 license = "MIT"
 keywords = ["oidc", "oauth", "oauth2", "openid", "identity"]