diff --git a/CHANGELOG.md b/CHANGELOG.md index dd4ac31..98d18c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # CHANGELOG +## v1.15.3 (2025-03-06) + +### Bug Fixes + +- Fix sim camera complete call, improve typhints for psi device base + ([`8cdcfe7`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/8cdcfe7a44658f1d2cb44966e600f2450d4bc652)) + +### Testing + +- Fix and improve tests camera on complete + ([`0ed2920`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/0ed29209e41836211246a9304f20f420346b9b31)) + + ## v1.15.2 (2025-03-05) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 735f881..d54738c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ophyd_devices" -version = "1.15.2" +version = "1.15.3" description = "Custom device implementations based on the ophyd hardware abstraction layer" requires-python = ">=3.10" classifiers = [