Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-05-15 12:33:24 +00:00
parent 283bd39df9
commit 4a5facfe87
5 changed files with 16 additions and 4 deletions
+8
View File
@@ -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
+2 -1
View File
@@ -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 = ["*"]
+2 -1
View File
@@ -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 = ["*"]
+2 -1
View File
@@ -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 = ["*"]
+2 -1
View File
@@ -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 = ["*"]