diff --git a/CHANGELOG.md b/CHANGELOG.md index 98d18c4..7db36cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,24 @@ # CHANGELOG +## v1.15.4 (2025-03-18) + +### Bug Fixes + +- **dynamic_pseudo**: Fix exec for py313 + ([`74695dc`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/74695dcb0a13ff7e3e4f402715363e47e14fe0f0)) + +### Build System + +- Min bec dependency is 3.13 due to ScanInfo + ([`91465fb`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/91465fbc38db60efbf92b00b26f3501737ba50ed)) + +### Documentation + +- Update device list + ([`761498f`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/761498f51d0b8176341443ab213ff2cdec398cc7)) + + ## v1.15.3 (2025-03-06) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 7571508..22b33d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ophyd_devices" -version = "1.15.3" +version = "1.15.4" description = "Custom device implementations based on the ophyd hardware abstraction layer" requires-python = ">=3.10" classifiers = [