From 4a3472ffcaa1677ed961a315420368e5660c2395 Mon Sep 17 00:00:00 2001 From: Benjamin Piwowarski Date: Fri, 13 Sep 2024 13:39:03 +0200 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.5.10=20=E2=86=92=201.5.11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e95e1ee..871a292 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.5.11 (2024-09-13) + +### Fix + +- python 3.12 compatibility (but without ssh) + ## v1.5.10 (2024-09-02) ### Feat diff --git a/pyproject.toml b/pyproject.toml index ef89959..886e223 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -119,7 +119,7 @@ warn_unused_ignores = true [tool.commitizen] name = "cz_conventional_commits" -version = "1.5.10" +version = "1.5.11" changelog_start_rev = "0.15.0" tag_format = "v$version" update_changelog_on_bump = true