diff --git a/CHANGELOG.md b/CHANGELOG.md index f3d515a9..5eac08fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v1.14.1 (2025-01-10) + +### Bug Fixes + +- Cast spinner widget angle to int when using for arc + ([`fa9ecaf`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/fa9ecaf43347f6a07f86075d7ea54463684344f1)) + + ## v1.14.0 (2025-01-09) ### Documentation diff --git a/pyproject.toml b/pyproject.toml index 023e93b0..44073f72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "1.14.0" +version = "1.14.1" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [