From ebe5db6524a80369e85449a5f521a5efed736bd2 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 4 Dec 2024 15:01:05 +0000 Subject: [PATCH] 1.10.6 Automatically generated by python-semantic-release --- CHANGELOG.md | 26 +++++++++++++------------- pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e030d07..e70041d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # CHANGELOG +## v1.10.6 (2024-12-04) + +### Bug Fixes + +- Bump ophyd version to 1.10, remove patch, fix corresponding test + ([`f166847`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/f1668473872e4fd8231204c123dac6a07d201266)) + +### Continuous Integration + +- Update ci syntax for dependency job + ([`35f3819`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/35f3819c03fc4ad16fccc72a5fdea1f59318a764)) + + ## v1.10.5 (2024-11-19) ### Bug Fixes @@ -192,16 +205,3 @@ - **sim**: Added dedicated positioner with controller ([`4ad5723`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/4ad57230e327c3714a03ae138bc12a5028acb1dd)) - - -## v1.7.3 (2024-08-08) - -### Bug Fixes - -- Small bugfix to ensure motor_is_moving updates at the end of a move - ([`577b35f`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/577b35f287ec997a41ce27fae2db9bbc669a2d9d)) - -### Testing - -- Add test case - ([`76e1cfc`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/76e1cfc4aade9c691d9b5bfd4db0b678b7e2f1cc)) diff --git a/pyproject.toml b/pyproject.toml index 2a77551..8d27124 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ophyd_devices" -version = "1.10.5" +version = "1.10.6" description = "Custom device implementations based on the ophyd hardware abstraction layer" requires-python = ">=3.10" classifiers = [