From 1a11fd69bb584166aeaaf200101e2c3fefd17244 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 16 Jun 2026 07:46:06 +0000 Subject: [PATCH] 1.41.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 3 ++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6d4260..6896d4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index f7add3f..9441e9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"