diff --git a/CHANGELOG.md b/CHANGELOG.md index f9d4546..1a53a00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.2.8 (2024-08-15) + +### Fix + +- remove build for cp313 + ## v1.2.7 (2024-08-15) ### Fix diff --git a/pyproject.toml b/pyproject.toml index b9b9571..448cfcd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ testpaths = ["tests/python"] [tool.commitizen] name = "cz_conventional_commits" -version = "1.2.7" +version = "1.2.8" tag_format = "v$version" [tool.cibuildwheel]