From 083f1d4dfd30425cda274b2a139e6be69c74765c Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 15 Dec 2025 08:25:31 +0000 Subject: [PATCH] 1.32.5 Automatically generated by python-semantic-release --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77f3b98..1db32da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # CHANGELOG +## v1.32.5 (2025-12-15) + +### Bug Fixes + +- **psi-motor**: Adapt compare to np.isclose for EpicsSignalWithCheck + ([`e7f4ff7`](https://github.com/bec-project/ophyd_devices/commit/e7f4ff798a375fe78a7da45c6bdbf07313fc9f49)) + +### Refactoring + +- Add export of EpicsUserMotorVME + ([`f45f1be`](https://github.com/bec-project/ophyd_devices/commit/f45f1be3be558f1ff43fe64c3f1d19b78ab74321)) + + ## v1.32.4 (2025-12-10) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index ba6f32f..713fc6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ophyd_devices" -version = "1.32.4" +version = "1.32.5" description = "Custom device implementations based on the ophyd hardware abstraction layer" requires-python = ">=3.11" classifiers = [