From 94cfcfaf4a2f8c835372f698bc1325ccfd688196 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 31 Jul 2025 15:10:22 +0000 Subject: [PATCH] 1.26.3 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 bcd7fe5..89baab0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # CHANGELOG +## v1.26.3 (2025-07-31) + +### Bug Fixes + +- **mock-pv**: Add callbacks to mock_pv + ([`1a78129`](https://github.com/bec-project/ophyd_devices/commit/1a7812992adfe49ba734dbccb00456d9eba2c009)) + +### Testing + +- Fix test for TransitionStatus + ([`e27182d`](https://github.com/bec-project/ophyd_devices/commit/e27182d9baf2a0e95bed2c37b21cc8a3251fda8c)) + + ## v1.26.2 (2025-07-23) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index b8bcf59..bf3e8a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ophyd_devices" -version = "1.26.2" +version = "1.26.3" description = "Custom device implementations based on the ophyd hardware abstraction layer" requires-python = ">=3.10" classifiers = [