Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2025-11-13 18:23:07 +00:00
parent 9a23557b9e
commit 6ff3a5cc93
2 changed files with 9 additions and 1 deletions

View File

@@ -1,6 +1,14 @@
# CHANGELOG # CHANGELOG
## v1.29.7 (2025-11-13)
### Bug Fixes
- **async signal tests**: Create messages with correct async update
([`9a23557`](https://github.com/bec-project/ophyd_devices/commit/9a23557b9efb22064d4745f63cceb6e566ad03fb))
## v1.29.6 (2025-11-13) ## v1.29.6 (2025-11-13)
### Bug Fixes ### Bug Fixes

View File

@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "ophyd_devices" name = "ophyd_devices"
version = "1.29.6" version = "1.29.7"
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.11" requires-python = ">=3.11"
classifiers = [ classifiers = [