From aace071f11fd4553ee7334846ffcaa4be510d56a Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 29 Jul 2025 12:05:08 +0000 Subject: [PATCH] 2.31.2 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 c166795e..8d4c0be0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v2.31.2 (2025-07-29) + +### Bug Fixes + +- **bec widgets**: Always call cleanup of child widgets on cleanup + ([`bf86a03`](https://github.com/bec-project/bec_widgets/commit/bf86a030a08b325a08e031ff71d0716a2f2f122b)) + + ## v2.31.1 (2025-07-29) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 1372a044..0573a4ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "2.31.1" +version = "2.31.2" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [