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.132.0 (2026-06-11)
5+
6+ ### Features
7+
8+ - ** scans** : Add scan hooks as abstractmethods
9+ ([ ` 9a851c7 ` ] ( https://github.com/bec-project/bec/commit/9a851c7d13aadbe21742cc084d1d0c530dd7eb4b ) )
10+
11+
412## v3.131.0 (2026-06-10)
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.131 .0"
7+ version = " 3.132 .0"
88description = " BEC IPython client"
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 = " bec_lib"
7- version = " 3.131 .0"
7+ version = " 3.132 .0"
88description = " BEC library"
99requires-python = " >=3.11"
1010classifiers = [
@@ -94,6 +94,7 @@ Homepage = "https://github.com/bec-project/bec"
9494
9595
9696
97+
9798
9899
99100[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-server"
7- version = " 3.131 .0"
7+ version = " 3.132 .0"
88description = " BEC server"
99requires-python = " >=3.11"
1010classifiers = [
@@ -97,6 +97,7 @@ Homepage = "https://github.com/bec-project/bec"
9797
9898
9999
100+
100101
101102
102103[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.131 .0"
7+ version = " 3.132 .0"
88description = " BEC pytest plugin for end-to-end tests"
99requires-python = " >=3.11"
1010classifiers = [
@@ -69,6 +69,7 @@ Homepage = "https://github.com/bec-project/bec"
6969
7070
7171
72+
7273
7374
7475[tool .hatch .build .targets .wheel ]
You can’t perform that action at this time.
0 commit comments