From c59020a6aa2444b7e723966dacb07c7a68d93fef Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 5 Jun 2025 12:55:07 +0000 Subject: [PATCH] 1.21.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6454918..e0a71a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # CHANGELOG +## v1.21.1 (2025-06-05) + +### Bug Fixes + +- **psi-device-base**: Add on_destroy hook to psi-device-base + ([`b328f06`](https://github.com/bec-project/ophyd_devices/commit/b328f064f2aa860e5a96a3c1a94a6bf43f80e2bf)) + +### Testing + +- Add ttest for on_destroy hook + ([`b4316a0`](https://github.com/bec-project/ophyd_devices/commit/b4316a07de9267c64964e7d7ea602e5d56e03bdf)) + + ## v1.21.0 (2025-06-04) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index e1079f2..8bf2a08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ophyd_devices" -version = "1.21.0" +version = "1.21.1" description = "Custom device implementations based on the ophyd hardware abstraction layer" requires-python = ">=3.10" classifiers = [