mirror of
https://github.com/bec-project/bec.git
synced 2026-05-31 15:28:32 +02:00
3.122.3
Automatically generated by python-semantic-release
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 = ["*"]
|
||||
|
||||
|
||||
@@ -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 = ["*"]
|
||||
|
||||
|
||||
@@ -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 = ["*"]
|
||||
|
||||
|
||||
@@ -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 = ["*"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user