Bump to 0.0.18

This commit is contained in:
Éloi Rivard 2022-12-28 02:23:00 +01:00
parent 7274f9cc02
commit 2d74df19e6
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/>`_,
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.
[0.0.18] - 2022-12-28
=====================
Fixed
*****

View file

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