diff --git a/CHANGELOG.md b/CHANGELOG.md index 8909f77..4915574 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v1.41.0 (2026-05-18) + +### Features + +- **sim**: Add a new device to simulate ramp ups + ([`b317d28`](https://github.com/bec-project/ophyd_devices/commit/b317d28d8fc24b374983bd1495badcc76d1076e3)) + + ## v1.40.1 (2026-05-12) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 2cf0de5..08e7817 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ophyd_devices" -version = "1.40.1" +version = "1.41.0" description = "Custom device implementations based on the ophyd hardware abstraction layer" requires-python = ">=3.11" classifiers = [ @@ -46,6 +46,7 @@ dev = [ + [build-system] requires = ["hatchling"] build-backend = "hatchling.build"