From 288de5b95bca97e9088b50ce593c21013122e4b8 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 15 Dec 2025 08:26:37 +0000 Subject: [PATCH] 1.32.6 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 1db32da..7b41439 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v1.32.6 (2025-12-15) + +### Bug Fixes + +- **controller**: Add method to remove axis from controller + ([`713fa1a`](https://github.com/bec-project/ophyd_devices/commit/713fa1a1b796c3e800980c33ffbf8deaac95446a)) + + ## v1.32.5 (2025-12-15) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 713fc6a..0f84895 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ophyd_devices" -version = "1.32.5" +version = "1.32.6" description = "Custom device implementations based on the ophyd hardware abstraction layer" requires-python = ">=3.11" classifiers = [