From c560930ce3bd71a9352d603ed482d9a381c899a6 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 8 Aug 2024 15:31:44 +0000 Subject: [PATCH] 1.7.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 20 ++++++++++---------- pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c85dcb..cf2e7be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # CHANGELOG +## v1.7.3 (2024-08-08) + +### Fix + +* fix: small bugfix to ensure motor_is_moving updates at the end of a move ([`577b35f`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/577b35f287ec997a41ce27fae2db9bbc669a2d9d)) + +### Test + +* test: add test case ([`76e1cfc`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/76e1cfc4aade9c691d9b5bfd4db0b678b7e2f1cc)) + ## v1.7.2 (2024-07-29) ### Build @@ -145,13 +155,3 @@ hd5plugin import has the side effect of installing LZ4 codec ([`55ea6a1`](https: * fix: fixed pyepics version for now as it segfaults on startup ([`f1a2368`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/f1a2368101e6b4af2d08d1a3540680f7f3ff9762)) ## v1.3.4 (2024-06-07) - -### Fix - -* fix: remove inheritance from ophyd.PostionerBase for simflyer ([`c9247ef`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/c9247ef82ee32aeb50474979d414b98d67a2b840)) - -## v1.3.3 (2024-06-06) - -### Fix - -* fix: make done and successful mandatory args. ([`79b821a`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/79b821ae7e38b78e35ab5165db590cb7123afbf4)) diff --git a/pyproject.toml b/pyproject.toml index e1c4afe..6d9b778 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ophyd_devices" -version = "1.7.2" +version = "1.7.3" description = "Custom device implementations based on the ophyd hardware abstraction layer" requires-python = ">=3.10" classifiers = [