From 4a5facfe8756ea5adf4545a055a8a1b02c0dd14f Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 15 May 2026 12:33:24 +0000 Subject: [PATCH] 3.122.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ bec_ipython_client/pyproject.toml | 3 ++- bec_lib/pyproject.toml | 3 ++- bec_server/pyproject.toml | 3 ++- pytest_bec_e2e/pyproject.toml | 3 ++- 5 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cb89927..580456d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v3.122.3 (2026-05-15) + +### Bug Fixes + +- **device**: Fix wait_for_rpc_call argument in stop during _run_rpc_call + ([`283bd39`](https://github.com/bec-project/bec/commit/283bd39df9fa25b497743148b7c8787756f7e449)) + + ## v3.122.2 (2026-05-15) ### Bug Fixes diff --git a/bec_ipython_client/pyproject.toml b/bec_ipython_client/pyproject.toml index 1f267675..a506a48b 100644 --- a/bec_ipython_client/pyproject.toml +++ b/bec_ipython_client/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_ipython_client" -version = "3.122.2" +version = "3.122.3" description = "BEC IPython client" requires-python = ">=3.11" classifiers = [ @@ -50,6 +50,7 @@ Homepage = "https://github.com/bec-project/bec" + [tool.hatch.build.targets.wheel] include = ["*"] diff --git a/bec_lib/pyproject.toml b/bec_lib/pyproject.toml index 23078045..5e3f50f4 100644 --- a/bec_lib/pyproject.toml +++ b/bec_lib/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_lib" -version = "3.122.2" +version = "3.122.3" description = "BEC library" requires-python = ">=3.11" classifiers = [ @@ -79,6 +79,7 @@ Homepage = "https://github.com/bec-project/bec" + [tool.hatch.build.targets.wheel] include = ["*"] diff --git a/bec_server/pyproject.toml b/bec_server/pyproject.toml index c2a37e45..60939e54 100644 --- a/bec_server/pyproject.toml +++ b/bec_server/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec-server" -version = "3.122.2" +version = "3.122.3" description = "BEC server" requires-python = ">=3.11" classifiers = [ @@ -63,6 +63,7 @@ Homepage = "https://github.com/bec-project/bec" + [tool.hatch.build.targets.wheel] include = ["*"] diff --git a/pytest_bec_e2e/pyproject.toml b/pytest_bec_e2e/pyproject.toml index 3c8c3ace..4f8e068a 100644 --- a/pytest_bec_e2e/pyproject.toml +++ b/pytest_bec_e2e/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "pytest-bec-e2e" -version = "3.122.2" +version = "3.122.3" description = "BEC pytest plugin for end-to-end tests" requires-python = ">=3.11" classifiers = [ @@ -35,6 +35,7 @@ Homepage = "https://github.com/bec-project/bec" + [tool.hatch.build.targets.wheel] include = ["*"]