diff --git a/CHANGELOG.md b/CHANGELOG.md index 9108ac9..99d0241 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v1.29.5 (2025-11-13) + +### Bug Fixes + +- Smarter strip for computed signal + ([`1241bcb`](https://github.com/bec-project/ophyd_devices/commit/1241bcb014ffed24eb0eb4ce1a937308ce147ff5)) + + ## v1.29.4 (2025-11-13) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index eb007f6..5c358b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ophyd_devices" -version = "1.29.4" +version = "1.29.5" description = "Custom device implementations based on the ophyd hardware abstraction layer" requires-python = ">=3.11" classifiers = [