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.128.2 (2026-05-29)
5+
6+ ### Bug Fixes
7+
8+ - Add checks for scan item start and end time before calculating elapsed time
9+ ([ ` 19ca510 ` ] ( https://github.com/bec-project/bec/commit/19ca5109aaab0e89350bebdb167a6d55d97443fa ) )
10+
11+
412## v3.128.1 (2026-05-27)
513
614### Bug Fixes
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.128.1 "
7+ version = " 3.128.2 "
88description = " BEC IPython client"
99requires-python = " >=3.11"
1010classifiers = [
@@ -71,6 +71,7 @@ Homepage = "https://github.com/bec-project/bec"
7171
7272
7373
74+
7475
7576
7677[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.128.1 "
7+ version = " 3.128.2 "
88description = " BEC library"
99requires-python = " >=3.11"
1010classifiers = [
@@ -83,6 +83,7 @@ Homepage = "https://github.com/bec-project/bec"
8383
8484
8585
86+
8687[tool .hatch .build .targets .wheel ]
8788include = [" *" ]
8889
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.128.1 "
7+ version = " 3.128.2 "
88description = " BEC server"
99requires-python = " >=3.11"
1010classifiers = [
@@ -84,6 +84,7 @@ Homepage = "https://github.com/bec-project/bec"
8484
8585
8686
87+
8788
8889
8990[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.128.1 "
7+ version = " 3.128.2 "
88description = " BEC pytest plugin for end-to-end tests"
99requires-python = " >=3.11"
1010classifiers = [
@@ -56,6 +56,7 @@ Homepage = "https://github.com/bec-project/bec"
5656
5757
5858
59+
5960
6061
6162[tool .hatch .build .targets .wheel ]
You can’t perform that action at this time.
0 commit comments