From 349858680b4076d1b65767e48f5cc5dbd304f575 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 22 Jul 2026 08:11:45 +0000 Subject: [PATCH] 3.29.7 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 d13147d5..b9834cd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v3.29.7 (2026-07-22) + +### Bug Fixes + +- **qt**: Correct SafeConnect double execution, stale connections, and SafeSlot override leakage + ([`775aedc`](https://github.com/bec-project/bec_widgets/commit/775aedc2abff605d78fdb1655337becd7f44cd92)) + + ## v3.29.6 (2026-07-22) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index a2867eca..7b4b8970 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "bec_widgets" -version = "3.29.6" +version = "3.29.7" description = "BEC Widgets" requires-python = ">=3.11" classifiers = [