Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-01-30 11:14:07 +00:00
parent 9cb66b2db8
commit 279e99cb01
2 changed files with 14 additions and 1 deletions

View File

@@ -1,6 +1,19 @@
# CHANGELOG # CHANGELOG
## v1.32.8 (2026-01-30)
### Bug Fixes
- **static-device-test**: Add device-manager as optional input to StaticDeviceTest
([`9cb66b2`](https://github.com/bec-project/ophyd_devices/commit/9cb66b2db82cea5c39b60ea9868539a7d24550ea))
### Continuous Integration
- Use shared composit action for issue sync
([`5480596`](https://github.com/bec-project/ophyd_devices/commit/5480596c60e07795f90da2c70ecae9ff7e51ae90))
## v1.32.7 (2026-01-07) ## v1.32.7 (2026-01-07)
### Bug Fixes ### Bug Fixes

View File

@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "ophyd_devices" name = "ophyd_devices"
version = "1.32.7" version = "1.32.8"
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 = [