Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2025-09-29 12:13:42 +00:00
parent ac3c23ba60
commit 04f24f3a66
2 changed files with 14 additions and 1 deletions

View File

@@ -1,6 +1,19 @@
# CHANGELOG # CHANGELOG
## v1.26.6 (2025-09-29)
### Bug Fixes
- Ophyd test run with list
([`ac3c23b`](https://github.com/bec-project/ophyd_devices/commit/ac3c23ba6044e757ce7c03c17aefc6449b2587a0))
### Chores
- Deprecate 3.10, add 3.13
([`62fd9c7`](https://github.com/bec-project/ophyd_devices/commit/62fd9c7a10148b2b5919e02b7076a0871c407795))
## v1.26.5 (2025-09-10) ## v1.26.5 (2025-09-10)
### Bug Fixes ### Bug Fixes

View File

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