From c54297d3bfc77a75c1a7307599f88c21f10973f0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 15 Aug 2024 19:17:43 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.2.5=20=E2=86=92=201.2.6?= 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 74bd4b9..4a542ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.2.6 (2024-08-15) + +### Fix + +- avoid cp313-win32 and trigger build + ## v1.2.5 (2024-08-15) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 03907f4..2ce434b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ testpaths = ["tests/python"] [tool.commitizen] name = "cz_conventional_commits" -version = "1.2.5" +version = "1.2.6" tag_format = "v$version" [tool.cibuildwheel]