From 1057db9d765af154d39331aa99b43b0c26c71bc8 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 12 May 2026 17:46:11 +0000 Subject: [PATCH] 3.9.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 3 ++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30997ed9..694aa914 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # CHANGELOG +## v3.9.1 (2026-05-12) + +### Bug Fixes + +- Logpanel fixture overwriting xread + ([`3c7834b`](https://github.com/bec-project/bec_widgets/commit/3c7834b492a5d2da13689f58b20caf38dda9ac1d)) + +- **scan_control**: Restore scan parameters from history are fetched on demand with button + ([`acd35a2`](https://github.com/bec-project/bec_widgets/commit/acd35a278660ce4962167af6237b5d12007f0774)) + + ## v3.9.0 (2026-05-12) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 3eae17b7..ababa1ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "bec_widgets" -version = "3.9.0" +version = "3.9.1" description = "BEC Widgets" requires-python = ">=3.11" classifiers = [ @@ -60,6 +60,7 @@ qtermwidget = ["pyside6_qtermwidget"] + [build-system] requires = ["hatchling"] build-backend = "hatchling.build"