Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-06-26 14:24:12 +00:00
parent 0ca0c9238f
commit f351e1c90f
2 changed files with 10 additions and 1 deletions
+8
View File
@@ -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
+2 -1
View File
@@ -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"