Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2025-06-05 12:55:07 +00:00
parent b4316a07de
commit c59020a6aa
2 changed files with 14 additions and 1 deletions

View File

@ -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

View File

@ -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 = [