From d88b34d9979a90966b72e1fd583dd6763d2c2859 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 1 Jul 2026 18:44:03 +0000 Subject: [PATCH] 3.21.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcdbb39a..e29978c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v3.21.3 (2026-07-01) + +### Bug Fixes + +- **device_combobox**: Include signals with write_access filter; include in scan control + ([`c0a1f8e`](https://github.com/bec-project/bec_widgets/commit/c0a1f8e1ffb877022978ee2414bbb6762a1d3c85)) + + ## v3.21.2 (2026-07-01) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 3f8ee8a6..1f013690 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "bec_widgets" -version = "3.21.2" +version = "3.21.3" description = "BEC Widgets" requires-python = ">=3.11" classifiers = [ @@ -90,6 +90,7 @@ qtermwidget = ["pyside6_qtermwidget"] + [build-system]