From b11cb4abb7546622efca6ef862c5e40933be5ca7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Mon, 24 Oct 2022 10:31:35 +0200 Subject: [PATCH] Bumped to v0.0.12 --- CHANGES.rst | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 6b5cdca4..09a5f541 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.12] - 2022-xx-xx +[0.0.12] - 2022-10-24 ===================== Added diff --git a/pyproject.toml b/pyproject.toml index 6d2cdfd3..c121c2e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.masonry.api" [tool] [tool.poetry] name = "Canaille" -version = "0.0.11" +version = "0.0.12" description = "Minimalistic identity provider" license = "MIT" keywords = ["oidc", "oauth", "oauth2", "openid", "identity"]