From 9f1a32b02850a40f98eb03e75cd906ffc3fa9b9d Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 17 Feb 2026 11:41:51 +0000 Subject: [PATCH] 1.32.11 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 f28c3e2..69b6a02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v1.32.11 (2026-02-17) + +### Bug Fixes + +- **socket**: Fix controller access in describe of SocketSignal + ([`6494180`](https://github.com/bec-project/ophyd_devices/commit/64941807b0347c24630b432f028db901df237069)) + + ## v1.32.10 (2026-02-16) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index f004ed2..5fc3f5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ophyd_devices" -version = "1.32.10" +version = "1.32.11" description = "Custom device implementations based on the ophyd hardware abstraction layer" requires-python = ">=3.11" classifiers = [