Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2025-10-15 07:58:20 +00:00
parent 39705e69af
commit 04a9efe3fe
2 changed files with 14 additions and 1 deletions

View File

@@ -1,6 +1,19 @@
# CHANGELOG # CHANGELOG
## v1.27.0 (2025-10-15)
### Bug Fixes
- **psi device base**: Properly initialize device_manager var in PSIDeviceBase
([`39705e6`](https://github.com/bec-project/ophyd_devices/commit/39705e69af9377c2e2986758ca2df16069f02d09))
### Features
- Add PSIDeviceBase import to the main module
([`339fd1e`](https://github.com/bec-project/ophyd_devices/commit/339fd1e592e37621ccbc29d580ec390ce56c4129))
## v1.26.6 (2025-09-29) ## v1.26.6 (2025-09-29)
### 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.6" version = "1.27.0"
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 = [