From c9fc0a82b96421395e46a7d2aab86f6e525f7ff7 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 22 May 2026 12:30:12 +0000 Subject: [PATCH] 3.13.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4373005..fa05b465 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v3.13.3 (2026-05-22) + +### Bug Fixes + +- **tests**: Rename description attribute to _description in FakeDevice + ([`668b1bd`](https://github.com/bec-project/bec_widgets/commit/668b1bd9cd158fc12cff2c340d7317f30a212121)) + + ## v3.13.2 (2026-05-22) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 3d8a155d..499fa776 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "bec_widgets" -version = "3.13.2" +version = "3.13.3" description = "BEC Widgets" requires-python = ">=3.11" classifiers = [ @@ -70,6 +70,7 @@ qtermwidget = ["pyside6_qtermwidget"] + [build-system] requires = ["hatchling"] build-backend = "hatchling.build"