From 35d8d3a244186d4e4a401ac34f3142d1169e7831 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Wed, 5 Feb 2025 11:06:42 +0100 Subject: [PATCH] chore: bump to 0.0.62 --- CHANGES.rst | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index db63f058..785a45f2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,4 @@ -[0.0.62] - Unreleased +[0.0.62] - 2025-02-05 --------------------- Fixed diff --git a/pyproject.toml b/pyproject.toml index 20f62d0e..3191f432 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "Canaille" -version = "0.0.61" +version = "0.0.62" description = "Lightweight identity and authorization management software" license = {file = "LICENSE.rst"} readme = "README.md" diff --git a/uv.lock b/uv.lock index 9fb06739..2e5c53f6 100644 --- a/uv.lock +++ b/uv.lock @@ -145,7 +145,7 @@ wheels = [ [[package]] name = "canaille" -version = "0.0.61" +version = "0.0.62" source = { editable = "." } dependencies = [ { name = "flask" },