Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2025-02-21 10:19:13 +00:00
parent cc4a9ad5e9
commit 5ce67e62cb
2 changed files with 15 additions and 2 deletions

View File

@ -1,6 +1,19 @@
# CHANGELOG
## v1.14.1 (2025-02-21)
### Bug Fixes
- **AD**: Fix typo in AreaDetector plugin instantiation
([`cc4a9ad`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/cc4a9ad5e98bea400a1e5a6117f355ca0a4257b5))
### Testing
- Fix flaky test for positioner is moving
([`1cc8a67`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/1cc8a67dedbc5063411402dd0d5f035da7a7137c))
## v1.14.0 (2025-01-29)
### Bug Fixes
@ -754,7 +767,7 @@ hd5plugin import has the side effect of installing LZ4 codec
BREAKING CHANGE: cleaned up and migrated to the new repo structure. Only shared devices will be
hosted in ophyd_devices. Everything else will be in the beamline-specific repositories
### BREAKING CHANGES
### Breaking Changes
- Cleaned up and migrated to the new repo structure. Only shared devices will be hosted in
ophyd_devices. Everything else will be in the beamline-specific repositories

View File

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "ophyd_devices"
version = "1.14.0"
version = "1.14.1"
description = "Custom device implementations based on the ophyd hardware abstraction layer"
requires-python = ">=3.10"
classifiers = [