From 9100b8fb13aeb0d6ad6069504ef802962a44441f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Thu, 11 Aug 2022 12:26:52 +0200 Subject: [PATCH] Bumped to 0.0.11 --- CHANGES.rst | 7 ++++++- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 5e6ae31e..3d00914b 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.11] - Unreleased +[0.0.11] - 2022-08-11 ===================== Added @@ -11,6 +11,11 @@ Added - Default theme has a dark variant. :pr:`57` +Fixed +***** + +- Fixed missing ``canaille`` binary. :pr:`58` + [0.0.10] - 2022-07-07 ===================== diff --git a/pyproject.toml b/pyproject.toml index 163d58cd..6d2cdfd3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.masonry.api" [tool] [tool.poetry] name = "Canaille" -version = "0.0.10" +version = "0.0.11" description = "Minimalistic identity provider" license = "MIT" keywords = ["oidc", "oauth", "oauth2", "openid", "identity"]