From e9b1f74bd9edefa79943f95100a0aea50e96e54d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 15 Aug 2024 18:51:15 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.2.4=20=E2=86=92=201.2.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62e73f8..74bd4b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v1.2.5 (2024-08-15) + +### Fix + +- upgrade cibuildwheel and trigger build +- avoid messing with rpath + ## v1.2.4 (2024-08-15) ### Fix diff --git a/pyproject.toml b/pyproject.toml index a54e0bd..e74eb4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ testpaths = ["tests/python"] [tool.commitizen] name = "cz_conventional_commits" -version = "1.2.4" +version = "1.2.5" tag_format = "v$version" [tool.cibuildwheel]