Bump to canaille 0.0.22

This commit is contained in:
Éloi Rivard 2023-03-13 10:08:09 +01:00
parent 7eef2748f2
commit 0ae43c7bd5
2 changed files with 4 additions and 1 deletions

View file

@ -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/>`_, 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>`_. and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.
[0.0.22] - 2023-03-13
=====================
Fixed Fixed
***** *****
- faker is not imported anymore when the `clean` command is called. - faker is not imported anymore when the `clean` command is called.

View file

@ -5,7 +5,7 @@ build-backend = "poetry.masonry.api"
[tool] [tool]
[tool.poetry] [tool.poetry]
name = "Canaille" name = "Canaille"
version = "0.0.21" version = "0.0.22"
description = "Minimalistic identity provider" description = "Minimalistic identity provider"
license = "MIT" license = "MIT"
keywords = ["oidc", "oauth", "oauth2", "openid", "identity"] keywords = ["oidc", "oauth", "oauth2", "openid", "identity"]