From 5d8eb0d018eb44f81241976cde983dd6ee6ddade Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 10 Apr 2026 14:31:37 +0000 Subject: [PATCH] 1.36.1 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 81b345a..4f95d9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v1.36.1 (2026-04-10) + +### Bug Fixes + +- **psi-pseudo-motor-base**: Fix readback callback + ([`4a8c4a1`](https://github.com/bec-project/ophyd_devices/commit/4a8c4a1bf4593a931e916961d0850f129b0634fb)) + + ## v1.36.0 (2026-03-27) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index cbdf275..426e7d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ophyd_devices" -version = "1.36.0" +version = "1.36.1" description = "Custom device implementations based on the ophyd hardware abstraction layer" requires-python = ">=3.11" classifiers = [