From 6b248e93f59e88bb71cb2a68adb56c34d4cdb472 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 26 Jun 2025 07:13:11 +0000 Subject: [PATCH] 2.19.4 Automatically generated by python-semantic-release --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index daf06b6d..686fb5c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # CHANGELOG +## v2.19.4 (2025-06-26) + +### Bug Fixes + +- **curve tree**: Remove manual interception of the close event; call parent cleanup + ([`bc3085a`](https://github.com/bec-project/bec_widgets/commit/bc3085ab8cb6688da358df4a7c07fc213a99f2df)) + +- **waveform**: Curve tree elements must clean up signal combobox + ([`9cba696`](https://github.com/bec-project/bec_widgets/commit/9cba696afd3300a76678dfdc4226604696cc3696)) + + ## v2.19.3 (2025-06-25) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 51f2c25b..5ef4b32c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "2.19.3" +version = "2.19.4" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [