From 543ab4cc4eeaeddb4154046f9db6028162c20b90 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 23 Oct 2025 19:04:04 +0000 Subject: [PATCH] 1.29.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 e79e1ee..ed5bf4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v1.29.1 (2025-10-23) + +### Bug Fixes + +- **static-device-test**: Add config_is_valid field to TestResult + ([`0b20b15`](https://github.com/bec-project/ophyd_devices/commit/0b20b15083d1c64781e7d763485c88af3d436872)) + + ## v1.29.0 (2025-10-22) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 909ebb5..4954422 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ophyd_devices" -version = "1.29.0" +version = "1.29.1" description = "Custom device implementations based on the ophyd hardware abstraction layer" requires-python = ">=3.11" classifiers = [