Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2025-11-13 18:04:30 +00:00
parent b0c5f9d815
commit 17f8c826b2
2 changed files with 9 additions and 1 deletions

View File

@@ -1,6 +1,14 @@
# CHANGELOG # CHANGELOG
## v1.29.6 (2025-11-13)
### Bug Fixes
- **bec signals**: Metadata cannot be None
([`b0c5f9d`](https://github.com/bec-project/ophyd_devices/commit/b0c5f9d815e12c2c54f8943dc84f1186773c7f0c))
## v1.29.5 (2025-11-13) ## v1.29.5 (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.5" version = "1.29.6"
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 = [