diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fc7f20..ef3e765 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v1.30.3 (2025-11-19) + +### Bug Fixes + +- Improve device mocking for tests + ([`eceab99`](https://github.com/bec-project/ophyd_devices/commit/eceab997b82b248328bf5192010916f3e2905988)) + + ## v1.30.2 (2025-11-17) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index d942161..6389ab2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ophyd_devices" -version = "1.30.2" +version = "1.30.3" description = "Custom device implementations based on the ophyd hardware abstraction layer" requires-python = ">=3.11" classifiers = [