Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2025-09-10 12:21:06 +00:00
parent 819b067e17
commit 5908b0c1d8
2 changed files with 17 additions and 1 deletions

View File

@@ -1,6 +1,22 @@
# CHANGELOG # CHANGELOG
## v1.26.5 (2025-09-10)
### Bug Fixes
- **undulator**: Fix setpoint and motor stop signal
([`ccbf50d`](https://github.com/bec-project/ophyd_devices/commit/ccbf50d837c34f390a089d89365b645a74e6eb75))
- **undulator**: Remove raise for operator controlled pvs, log instead and return None
([`87e2268`](https://github.com/bec-project/ophyd_devices/commit/87e226804e7e65d88226410c2ee569c31a80aebc))
### Refactoring
- **asitpxcam**: Fix ASI Timepix integration, add relevant PVs.
([`819b067`](https://github.com/bec-project/ophyd_devices/commit/819b067e170b35365e0dad39b10f603687eb0135))
## v1.26.4 (2025-09-10) ## v1.26.4 (2025-09-10)
### Bug Fixes ### Bug Fixes

View File

@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "ophyd_devices" name = "ophyd_devices"
version = "1.26.4" version = "1.26.5"
description = "Custom device implementations based on the ophyd hardware abstraction layer" description = "Custom device implementations based on the ophyd hardware abstraction layer"
requires-python = ">=3.10" requires-python = ">=3.10"
classifiers = [ classifiers = [