From f725c1430d6cef28872ed9d469a0efe4c98e6470 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 4 Aug 2026 19:32:57 +0000 Subject: [PATCH] 3.32.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd400412..0709b524 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v3.32.1 (2026-08-04) + +### Bug Fixes + +- **scan_control**: Report the visible scans in the allowed_scans property + ([`8ea811e`](https://github.com/bec-project/bec_widgets/commit/8ea811ebb23a8ff540d5468e47f6ce63426fa93a)) + + ## v3.32.0 (2026-08-04) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 17890b10..dbebd4bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "bec_widgets" -version = "3.32.0" +version = "3.32.1" description = "BEC Widgets" requires-python = ">=3.11" classifiers = [