From 6ff3a5cc93240584d8c254b048eb5d576f5c6265 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 13 Nov 2025 18:23:07 +0000 Subject: [PATCH] 1.29.7 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 d7909e4..4a67891 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v1.29.7 (2025-11-13) + +### Bug Fixes + +- **async signal tests**: Create messages with correct async update + ([`9a23557`](https://github.com/bec-project/ophyd_devices/commit/9a23557b9efb22064d4745f63cceb6e566ad03fb)) + + ## v1.29.6 (2025-11-13) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 65f2a0f..c0c93ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ophyd_devices" -version = "1.29.6" +version = "1.29.7" description = "Custom device implementations based on the ophyd hardware abstraction layer" requires-python = ">=3.11" classifiers = [