File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " bec_ipython_client"
7- version = " 3.130.0 "
7+ version = " 3.130.1 "
88description = " BEC IPython client"
99requires-python = " >=3.11"
1010classifiers = [
@@ -78,6 +78,7 @@ Homepage = "https://github.com/bec-project/bec"
7878
7979
8080
81+
8182
8283
8384[tool .hatch .build .targets .wheel ]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " bec_lib"
7- version = " 3.130.0 "
7+ version = " 3.130.1 "
88description = " BEC library"
99requires-python = " >=3.11"
1010classifiers = [
@@ -90,6 +90,7 @@ Homepage = "https://github.com/bec-project/bec"
9090
9191
9292
93+
9394[tool .hatch .build .targets .wheel ]
9495include = [" *" ]
9596
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " bec-server"
7- version = " 3.130.0 "
7+ version = " 3.130.1 "
88description = " BEC server"
99requires-python = " >=3.11"
1010classifiers = [
@@ -91,6 +91,7 @@ Homepage = "https://github.com/bec-project/bec"
9191
9292
9393
94+
9495
9596
9697[tool .hatch .build .targets .wheel ]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " pytest-bec-e2e"
7- version = " 3.130.0 "
7+ version = " 3.130.1 "
88description = " BEC pytest plugin for end-to-end tests"
99requires-python = " >=3.11"
1010classifiers = [
@@ -63,6 +63,7 @@ Homepage = "https://github.com/bec-project/bec"
6363
6464
6565
66+
6667
6768
6869[tool .hatch .build .targets .wheel ]
You can’t perform that action at this time.
0 commit comments