Skip to content

Commit 679d2b9

Browse files
author
semantic-release
committed
3.128.4
Automatically generated by python-semantic-release
1 parent 9308010 commit 679d2b9

5 files changed

Lines changed: 19 additions & 4 deletions

File tree

CHANGELOG.md

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

33

4+
## v3.128.4 (2026-05-29)
5+
6+
### Bug Fixes
7+
8+
- **alarms**: Add thread locking to raise_alarms method
9+
([`9308010`](https://github.com/bec-project/bec/commit/9308010c708ca6c44f6f32a3422b359ecdb3bac3))
10+
11+
- **alarms**: Mark raised alarms as handled
12+
([`ef7f776`](https://github.com/bec-project/bec/commit/ef7f776d3300af4950083a0b0563fcaa3db27d7e))
13+
14+
415
## v3.128.3 (2026-05-29)
516

617
### 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.3"
7+
version = "3.128.4"
88
description = "BEC IPython client"
99
requires-python = ">=3.11"
1010
classifiers = [
@@ -73,6 +73,7 @@ Homepage = "https://github.com/bec-project/bec"
7373

7474

7575

76+
7677

7778

7879
[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.3"
7+
version = "3.128.4"
88
description = "BEC library"
99
requires-python = ">=3.11"
1010
classifiers = [
@@ -85,6 +85,7 @@ Homepage = "https://github.com/bec-project/bec"
8585

8686

8787

88+
8889
[tool.hatch.build.targets.wheel]
8990
include = ["*"]
9091

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.3"
7+
version = "3.128.4"
88
description = "BEC server"
99
requires-python = ">=3.11"
1010
classifiers = [
@@ -86,6 +86,7 @@ Homepage = "https://github.com/bec-project/bec"
8686

8787

8888

89+
8990

9091

9192
[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.3"
7+
version = "3.128.4"
88
description = "BEC pytest plugin for end-to-end tests"
99
requires-python = ">=3.11"
1010
classifiers = [
@@ -58,6 +58,7 @@ Homepage = "https://github.com/bec-project/bec"
5858

5959

6060

61+
6162

6263

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

0 commit comments

Comments
 (0)