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.1 (2026-05-27)
5+
6+ ### Bug Fixes
7+
8+ - Update user metadata handling in HDF5FileWriter for v4 scans
9+ ([ ` 35eba63 ` ] ( https://github.com/bec-project/bec/commit/35eba63c34b68e844de0530f6298c2a18e6cba9c ) )
10+
11+
412## v3.128.0 (2026-05-27)
513
614### 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.128.0 "
7+ version = " 3.128.1 "
88description = " BEC IPython client"
99requires-python = " >=3.11"
1010classifiers = [
@@ -70,6 +70,7 @@ Homepage = "https://github.com/bec-project/bec"
7070
7171
7272
73+
7374
7475
7576[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.0 "
7+ version = " 3.128.1 "
88description = " BEC library"
99requires-python = " >=3.11"
1010classifiers = [
@@ -82,6 +82,7 @@ Homepage = "https://github.com/bec-project/bec"
8282
8383
8484
85+
8586[tool .hatch .build .targets .wheel ]
8687include = [" *" ]
8788
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.0 "
7+ version = " 3.128.1 "
88description = " BEC server"
99requires-python = " >=3.11"
1010classifiers = [
@@ -83,6 +83,7 @@ Homepage = "https://github.com/bec-project/bec"
8383
8484
8585
86+
8687
8788
8889[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.0 "
7+ version = " 3.128.1 "
88description = " BEC pytest plugin for end-to-end tests"
99requires-python = " >=3.11"
1010classifiers = [
@@ -55,6 +55,7 @@ Homepage = "https://github.com/bec-project/bec"
5555
5656
5757
58+
5859
5960
6061[tool .hatch .build .targets .wheel ]
You can’t perform that action at this time.
0 commit comments