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.162.1 (2026-07-30)
5+
6+ ### Bug Fixes
7+
8+ - **devicemanager**: Do not connect to disabled devices
9+ ([`fcea788`](https://github.com/bec-project/bec/commit/fcea788aeb02d5caeaa02ea543b8a4fa29b113d2))
10+
11+ - **devicemanager**: Prevent config updates for disabled devices
12+ ([`91f8a83`](https://github.com/bec-project/bec/commit/91f8a83468d20d62819cdce75537c1456fee653b))
13+
14+
415## v3.162.0 (2026-07-30)
516
617### 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.162.0 "
7+ version = " 3.162.1 "
88description = " BEC IPython client"
99requires-python = " >=3.11"
1010classifiers = [
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.162.0 "
7+ version = " 3.162.1 "
88description = " BEC library"
99requires-python = " >=3.11"
1010classifiers = [
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.162.0 "
7+ version = " 3.162.1 "
88description = " BEC server"
99requires-python = " >=3.11"
1010classifiers = [
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.162.0 "
7+ version = " 3.162.1 "
88description = " BEC pytest plugin for end-to-end tests"
99requires-python = " >=3.11"
1010classifiers = [
You can’t perform that action at this time.
0 commit comments