diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b74ba50..7de568c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # CHANGELOG +## v2.10.2 (2025-06-03) + +### Bug Fixes + +- Remove unnecessary PySide imports + ([`1df6c19`](https://github.com/bec-project/bec_widgets/commit/1df6c1925b6ec88df8d7a1a5a79a5ddc6b1161b5)) + +### Continuous Integration + +- Check for disallowed imports from PySide + ([`6b939ac`](https://github.com/bec-project/bec_widgets/commit/6b939ac34d01cdbb0e8e32a0bd4e56cad032e75b)) + + ## v2.10.1 (2025-06-02) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 63353e5c..a771de04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "2.10.1" +version = "2.10.2" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [