Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-06-16 07:46:10 +00:00
parent 5b72a2d4ed
commit 1a11fd69bb
2 changed files with 15 additions and 1 deletions
+13
View File
@@ -1,6 +1,19 @@
# CHANGELOG
## v1.41.3 (2026-06-16)
### Bug Fixes
- Adjust op msgs PVs for SLS2
([`5b72a2d`](https://github.com/bec-project/ophyd_devices/commit/5b72a2d4edaad4b698722edd9ff5c5142729e1de))
### Chores
- Upgrade GitHub Actions to use latest versions of setup-python and checkout actions
([`3b502ad`](https://github.com/bec-project/ophyd_devices/commit/3b502ad2f5d42260fec7f074521f299e78e96075))
## v1.41.2 (2026-06-01)
### Bug Fixes
+2 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "ophyd_devices"
version = "1.41.2"
version = "1.41.3"
description = "Custom device implementations based on the ophyd hardware abstraction layer"
requires-python = ">=3.11"
classifiers = [
@@ -49,6 +49,7 @@ dev = [
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"