Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2025-07-31 15:10:22 +00:00
parent e27182d9ba
commit 94cfcfaf4a
2 changed files with 14 additions and 1 deletions

View File

@@ -1,6 +1,19 @@
# CHANGELOG # CHANGELOG
## v1.26.3 (2025-07-31)
### Bug Fixes
- **mock-pv**: Add callbacks to mock_pv
([`1a78129`](https://github.com/bec-project/ophyd_devices/commit/1a7812992adfe49ba734dbccb00456d9eba2c009))
### Testing
- Fix test for TransitionStatus
([`e27182d`](https://github.com/bec-project/ophyd_devices/commit/e27182d9baf2a0e95bed2c37b21cc8a3251fda8c))
## v1.26.2 (2025-07-23) ## v1.26.2 (2025-07-23)
### 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.2" version = "1.26.3"
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 = [