From c9cda9c3cf412a706eb6cbcd1da9a36229ed0e64 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 6 Jun 2024 19:38:40 +0000 Subject: [PATCH] 1.3.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 21 +++++++++------------ pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0886c10..20fa388 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ +## v1.3.3 (2024-06-06) + +### Fix + +* fix: make done and successful mandatory args. ([`79b821a`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/79b821ae7e38b78e35ab5165db590cb7123afbf4)) + +* fix: make filepath a signal ([`e9aaa03`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/e9aaa0383e4120a09b6aa40b7e33fb53f31cb9a3)) + + ## v1.3.2 (2024-06-04) ### Documentation @@ -154,15 +163,3 @@ BREAKING CHANGE: cleaned up and migrated to the new repo structure. Only shared ## v0.33.6 (2024-05-08) - -### Documentation - -* docs: improved doc strings for controllerr ([`339f050`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/339f050a8662de86ed2528ad4ffed18482dd546b)) - -### Fix - -* fix: fixed controller error classes ([`c3fa7ad`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/c3fa7ad30d1b9a151bce599b34b4a3f82e4e6ce8)) - -### Refactor - -* refactor: added common controller methods ([`00b3ae8`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/00b3ae82580df6bbe8a01a52d37c43199cf761bd)) diff --git a/pyproject.toml b/pyproject.toml index 5cc7799..d35042b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ophyd_devices" -version = "1.3.2" +version = "1.3.3" description = "Custom device implementations based on the ophyd hardware abstraction layer" requires-python = ">=3.10" classifiers = [