From c13d8cf07bff5668854e50eed69e9f0d51fdf9b0 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 26 Jun 2026 14:19:40 +0000 Subject: [PATCH] 3.18.1 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 8267fd2d..484a63b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v3.18.1 (2026-06-26) + +### Bug Fixes + +- Fetch rpc response manually + ([`40d6e69`](https://github.com/bec-project/bec_widgets/commit/40d6e69fc9989544e09ffe64823d9a4ec502edd4)) + + ## v3.18.0 (2026-06-24) ### Features diff --git a/pyproject.toml b/pyproject.toml index ba9b6754..56fcddea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "bec_widgets" -version = "3.18.0" +version = "3.18.1" description = "BEC Widgets" requires-python = ">=3.11" classifiers = [ @@ -81,6 +81,7 @@ qtermwidget = ["pyside6_qtermwidget"] + [build-system]