Skip to content

Commit 05a334c

Browse files
author
semantic-release
committed
3.130.1
Automatically generated by python-semantic-release
1 parent 1154545 commit 05a334c

5 files changed

Lines changed: 35 additions & 4 deletions

File tree

CHANGELOG.md

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

33

4+
## v3.130.1 (2026-06-03)
5+
6+
### Bug Fixes
7+
8+
- Restart BL states when device config updated
9+
([`1154545`](https://github.com/bec-project/bec/commit/115454590beb75abe6b0b11ca77ca5ed38efb266))
10+
11+
### Chores
12+
13+
- **deps**: Bump ipython in /bec_ipython_client
14+
([`85067be`](https://github.com/bec-project/bec/commit/85067be33c882284f615fd2b41d1931507cf62ea))
15+
16+
Updates the requirements on [ipython](https://github.com/ipython/ipython) to permit the latest
17+
version.
18+
19+
Updates `ipython` to 9.13.0 - [Release notes](https://github.com/ipython/ipython/releases) -
20+
[Commits](https://github.com/ipython/ipython/compare/8.22.0...9.13.0)
21+
22+
--- updated-dependencies: - dependency-name: ipython dependency-version: 9.13.0
23+
24+
dependency-type: direct:production
25+
26+
dependency-group: pip ...
27+
28+
Signed-off-by: dependabot[bot] <support@github.com>
29+
30+
431
## v3.130.0 (2026-06-02)
532

633
### Features

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.130.0"
7+
version = "3.130.1"
88
description = "BEC IPython client"
99
requires-python = ">=3.11"
1010
classifiers = [
@@ -78,6 +78,7 @@ Homepage = "https://github.com/bec-project/bec"
7878

7979

8080

81+
8182

8283

8384
[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.130.0"
7+
version = "3.130.1"
88
description = "BEC library"
99
requires-python = ">=3.11"
1010
classifiers = [
@@ -90,6 +90,7 @@ Homepage = "https://github.com/bec-project/bec"
9090

9191

9292

93+
9394
[tool.hatch.build.targets.wheel]
9495
include = ["*"]
9596

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

9292

9393

94+
9495

9596

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

6464

6565

66+
6667

6768

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

0 commit comments

Comments
 (0)