Skip to content

Commit 2d2806b

Browse files
author
semantic-release
committed
3.162.1
Automatically generated by python-semantic-release
1 parent 91f8a83 commit 2d2806b

5 files changed

Lines changed: 15 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
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

bec_ipython_client/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "bec_ipython_client"
7-
version = "3.162.0"
7+
version = "3.162.1"
88
description = "BEC IPython client"
99
requires-python = ">=3.11"
1010
classifiers = [

bec_lib/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "bec_lib"
7-
version = "3.162.0"
7+
version = "3.162.1"
88
description = "BEC library"
99
requires-python = ">=3.11"
1010
classifiers = [

bec_server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "bec-server"
7-
version = "3.162.0"
7+
version = "3.162.1"
88
description = "BEC server"
99
requires-python = ">=3.11"
1010
classifiers = [

pytest_bec_e2e/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "pytest-bec-e2e"
7-
version = "3.162.0"
7+
version = "3.162.1"
88
description = "BEC pytest plugin for end-to-end tests"
99
requires-python = ">=3.11"
1010
classifiers = [

0 commit comments

Comments
 (0)