From 83bd86e02057f580d3fe77401a10566ea175be2d Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 4 Sep 2023 13:19:10 +0000 Subject: [PATCH] 0.12.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 15 +++++++++++++++ setup.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebebe552..6db89790 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ +## v0.12.0 (2023-09-04) + +### Feature + +* Config from .yaml file ([`1a67758`](https://gitlab.psi.ch/bec/bec-widgets/-/commit/1a677584708e1c91491fe84db169103bdda488e5)) +* Removal of motor configurations from user ([`34212d4`](https://gitlab.psi.ch/bec/bec-widgets/-/commit/34212d4d45c88a7bba75f289a25e5488ff95fc73)) + +### Fix + +* Error message if motor do not have limits attribute ([`bf93b02`](https://gitlab.psi.ch/bec/bec-widgets/-/commit/bf93b02cdc82086b32e2bd16f4b506c1bb76c65d)) + +### Documentation + +* Added documentation to all classes and methods ([`4afaa1b`](https://gitlab.psi.ch/bec/bec-widgets/-/commit/4afaa1b0ce1f29e4193e6999ecc13b1f0f662213)) + ## v0.11.0 (2023-09-04) ### Feature diff --git a/setup.py b/setup.py index 6a74fc36..d8eff305 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -__version__ = "0.11.0" +__version__ = "0.12.0" if __name__ == "__main__": setup(