From deef83ef7c7f17b6b22dd1aabaad7779f5ac645a Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 14 Aug 2026 08:37:25 +0000 Subject: [PATCH] 3.33.3 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 ab168aa8..43d143bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v3.33.3 (2026-08-14) + +### Bug Fixes + +- **waveform**: Static dap curve updates not linked to scan id; optimization of custom curve fitting + ([`dce6e30`](https://github.com/bec-project/bec_widgets/commit/dce6e306379cb31a1b63a443f8bf4c7fc58e0915)) + + ## v3.33.2 (2026-08-12) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 1fde1bc4..387f6bce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "bec_widgets" -version = "3.33.2" +version = "3.33.3" description = "BEC Widgets" requires-python = ">=3.11" classifiers = [