From 0306a0bd6fe88f80212c3be9e6e53fab9511adf5 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 13 Nov 2025 09:17:56 +0000 Subject: [PATCH] 1.29.4 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 985f5e1..9108ac9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v1.29.4 (2025-11-13) + +### Bug Fixes + +- **computed signal**: Fix various bugs in the computed signal + ([`d7fb4f5`](https://github.com/bec-project/ophyd_devices/commit/d7fb4f55e8eaeabc9a40a30189db4d7920884eea)) + + ## v1.29.3 (2025-11-12) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 7f61325..eb007f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ophyd_devices" -version = "1.29.3" +version = "1.29.4" description = "Custom device implementations based on the ophyd hardware abstraction layer" requires-python = ">=3.11" classifiers = [