From 2b75d5600a4b78bd283c0e21ebe1d0008dba0cc5 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 17 Dec 2025 13:52:40 +0000 Subject: [PATCH] 2.45.13 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 e9531bf4..02674bd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v2.45.13 (2025-12-17) + +### Bug Fixes + +- **scan queue**: Adjustments for changes to the pydantic model of the scan queue + ([`01c6e09`](https://github.com/bec-project/bec_widgets/commit/01c6e092b9cd46ae056c43e8c6576f7a570cce80)) + + ## v2.45.12 (2025-12-16) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index d03b0562..03fcaa33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "2.45.12" +version = "2.45.13" description = "BEC Widgets" requires-python = ">=3.11" classifiers = [