diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b5a59ce..f4373005 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v3.13.2 (2026-05-22) + +### Bug Fixes + +- **tests**: Rename description attribute to _description in FakePositioner + ([`c346bd0`](https://github.com/bec-project/bec_widgets/commit/c346bd0f18ce873ff5ca6c59150c9581c9edca8d)) + + ## v3.13.1 (2026-05-21) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 87e0aac1..3d8a155d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "bec_widgets" -version = "3.13.1" +version = "3.13.2" description = "BEC Widgets" requires-python = ">=3.11" classifiers = [ @@ -69,6 +69,7 @@ qtermwidget = ["pyside6_qtermwidget"] + [build-system] requires = ["hatchling"] build-backend = "hatchling.build"