Skip to content

Commit 16ecccd

Browse files
author
semantic-release
committed
3.128.5
Automatically generated by python-semantic-release
1 parent 75c2eab commit 16ecccd

5 files changed

Lines changed: 16 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# CHANGELOG
22

33

4+
## v3.128.5 (2026-05-29)
5+
6+
### Bug Fixes
7+
8+
- **bl_state**: Correct docstring examples
9+
([`75c2eab`](https://github.com/bec-project/bec/commit/75c2eab5054aa56b0e6164dfe9c8ce3d3505e012))
10+
11+
412
## v3.128.4 (2026-05-29)
513

614
### Bug Fixes

bec_ipython_client/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "bec_ipython_client"
7-
version = "3.128.4"
7+
version = "3.128.5"
88
description = "BEC IPython client"
99
requires-python = ">=3.11"
1010
classifiers = [
@@ -74,6 +74,7 @@ Homepage = "https://github.com/bec-project/bec"
7474

7575

7676

77+
7778

7879

7980
[tool.hatch.build.targets.wheel]

bec_lib/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "bec_lib"
7-
version = "3.128.4"
7+
version = "3.128.5"
88
description = "BEC library"
99
requires-python = ">=3.11"
1010
classifiers = [
@@ -86,6 +86,7 @@ Homepage = "https://github.com/bec-project/bec"
8686

8787

8888

89+
8990
[tool.hatch.build.targets.wheel]
9091
include = ["*"]
9192

bec_server/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "bec-server"
7-
version = "3.128.4"
7+
version = "3.128.5"
88
description = "BEC server"
99
requires-python = ">=3.11"
1010
classifiers = [
@@ -87,6 +87,7 @@ Homepage = "https://github.com/bec-project/bec"
8787

8888

8989

90+
9091

9192

9293
[tool.hatch.build.targets.wheel]

pytest_bec_e2e/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "pytest-bec-e2e"
7-
version = "3.128.4"
7+
version = "3.128.5"
88
description = "BEC pytest plugin for end-to-end tests"
99
requires-python = ">=3.11"
1010
classifiers = [
@@ -59,6 +59,7 @@ Homepage = "https://github.com/bec-project/bec"
5959

6060

6161

62+
6263

6364

6465
[tool.hatch.build.targets.wheel]

0 commit comments

Comments
 (0)