Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2025-10-23 19:04:04 +00:00
parent 0b20b15083
commit 543ab4cc4e
2 changed files with 9 additions and 1 deletions

View File

@@ -1,6 +1,14 @@
# CHANGELOG # 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) ## v1.29.0 (2025-10-22)
### Bug Fixes ### Bug Fixes

View File

@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "ophyd_devices" name = "ophyd_devices"
version = "1.29.0" version = "1.29.1"
description = "Custom device implementations based on the ophyd hardware abstraction layer" description = "Custom device implementations based on the ophyd hardware abstraction layer"
requires-python = ">=3.11" requires-python = ">=3.11"
classifiers = [ classifiers = [