From 9bc9d355e25b9f6cc50506977f6352b048140d88 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 24 Nov 2025 13:30:41 +0000 Subject: [PATCH] 2.45.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 3ae9b621..3216b465 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # CHANGELOG +## v2.45.4 (2025-11-24) + +### Bug Fixes + +- **main_window**: Removed hiding scan progressbar animation + ([`40cbf7f`](https://github.com/bec-project/bec_widgets/commit/40cbf7fe4f834a1a65306e54b3882d2c0495f90a)) + +- **web_links**: Fixed link to bec widget issues from gitlab to github + ([`7d5e702`](https://github.com/bec-project/bec_widgets/commit/7d5e702a11043ed96a8cb97fce6b2162681e8fab)) + + ## v2.45.3 (2025-11-17) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index aa930a6f..39915c3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "2.45.3" +version = "2.45.4" description = "BEC Widgets" requires-python = ">=3.11" classifiers = [