From 5908b0c1d87b6a1b3642e7c5724e099241260bac Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 10 Sep 2025 12:21:06 +0000 Subject: [PATCH] 1.26.5 Automatically generated by python-semantic-release --- CHANGELOG.md | 16 ++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a21f36e..dd12dd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # CHANGELOG +## v1.26.5 (2025-09-10) + +### Bug Fixes + +- **undulator**: Fix setpoint and motor stop signal + ([`ccbf50d`](https://github.com/bec-project/ophyd_devices/commit/ccbf50d837c34f390a089d89365b645a74e6eb75)) + +- **undulator**: Remove raise for operator controlled pvs, log instead and return None + ([`87e2268`](https://github.com/bec-project/ophyd_devices/commit/87e226804e7e65d88226410c2ee569c31a80aebc)) + +### Refactoring + +- **asitpxcam**: Fix ASI Timepix integration, add relevant PVs. + ([`819b067`](https://github.com/bec-project/ophyd_devices/commit/819b067e170b35365e0dad39b10f603687eb0135)) + + ## v1.26.4 (2025-09-10) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 659f55b..dcbfb16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ophyd_devices" -version = "1.26.4" +version = "1.26.5" description = "Custom device implementations based on the ophyd hardware abstraction layer" requires-python = ">=3.10" classifiers = [