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]