diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a542ea..f9d4546 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.2.7 (2024-08-15) + +### Fix + +- OPENBLAS_NUM_THREADS=1 to fix numpy on python 3.13 + ## v1.2.6 (2024-08-15) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 0e99520..b9b9571 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ testpaths = ["tests/python"] [tool.commitizen] name = "cz_conventional_commits" -version = "1.2.6" +version = "1.2.7" tag_format = "v$version" [tool.cibuildwheel]