From 12fda019dffd5f62899803a695b196b3d5706d1b Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 23 Feb 2024 16:12:57 +0000 Subject: [PATCH] 0.24.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 14 ++++++++++++++ setup.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e84b53..c129814 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ +## v0.24.0 (2024-02-23) + +### Feature + +* Add lmfit for SimMonitor, refactored sim_data with baseclass, introduce slitproxy ([`800c22e`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/800c22e9592e288f8fe8dea2fb572b81742c6841)) + +### Fix + +* Extend bec_device with root, parent, kind ([`db00803`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/db00803f539791ceefd5f4f0424b00c0e2ae91e6)) + +### Documentation + +* Added doc strings ([`2da6379`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/2da6379e8eb346d856a68a8e5bc678dfff5b1600)) + ## v0.23.1 (2024-02-21) ### Fix diff --git a/setup.py b/setup.py index 68e2049..dbb46fe 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -__version__ = "0.23.1" +__version__ = "0.24.0" if __name__ == "__main__": setup(