From f351e1c90f0a75196e68575a8a93f6bcf2ee0688 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 26 Jun 2026 14:24:09 +0000 Subject: [PATCH] 1.42.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa9a199..9c44d5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v1.42.1 (2026-06-26) + +### Bug Fixes + +- **dependencies**: Update pyepics version constraint to allow 3.5.10 and above + ([`0ca0c92`](https://github.com/bec-project/ophyd_devices/commit/0ca0c9238fe64629445d384cb01b1130e4143b45)) + + ## v1.42.0 (2026-06-26) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index b3ce627..085b52a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ophyd_devices" -version = "1.42.0" +version = "1.42.1" description = "Custom device implementations based on the ophyd hardware abstraction layer" requires-python = ">=3.11" classifiers = [ @@ -44,6 +44,7 @@ dev = [ "pytest-random-order~=1.1", ] + [build-system] requires = ["hatchling"] build-backend = "hatchling.build"