From 6390f9df63726f26f7368df0f0c281fb5bd9882b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 15 Aug 2024 16:48:22 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.2.2=20=E2=86=92=201.2.3?= 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 ae9e8d7..230eb27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.2.3 (2024-08-15) + +### Fix + +- trigger a release + ## v1.2.2 (2024-08-09) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 5fc0975..dd46513 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ testpaths = ["tests/python"] [tool.commitizen] name = "cz_conventional_commits" -version = "1.2.2" +version = "1.2.3" tag_format = "v$version" [tool.cibuildwheel]