From 354afdeb30e0584d5e5b3afc8cc38d9b623ca497 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 4 Nov 2025 12:26:25 +0000 Subject: [PATCH] 1.29.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed5bf4c..fd30a74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v1.29.2 (2025-11-04) + +### Bug Fixes + +- **bec_signals**: Update signal metadata when updating its components + ([`9bd333f`](https://github.com/bec-project/ophyd_devices/commit/9bd333fa780577b48acfc833cb0ee82f29ee08eb)) + + ## v1.29.1 (2025-10-23) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 4954422..67b6098 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ophyd_devices" -version = "1.29.1" +version = "1.29.2" description = "Custom device implementations based on the ophyd hardware abstraction layer" requires-python = ">=3.11" classifiers = [