From 8e960d956bcd8527e71868b58b6c1c2830cb7cb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Fri, 1 Dec 2023 09:33:25 +0100 Subject: [PATCH] chore: bump to 0.0.36 --- CHANGES.rst | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 2e05a5b9..33d650a7 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 `_, and this project adheres to `Semantic Versioning `_. +[0.0.36] - 2023-12-01 +===================== + Fixed ***** diff --git a/pyproject.toml b/pyproject.toml index 6ab9c0af..d7a6c976 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.masonry.api" [tool] [tool.poetry] name = "Canaille" -version = "0.0.35" +version = "0.0.36" description = "Minimalistic identity provider" license = "MIT" keywords = ["oidc", "oauth", "oauth2", "openid", "identity"]