diff --git a/CHANGELOG.md b/CHANGELOG.md index db9caad..6f4e29f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ +## v0.20.0 (2024-02-13) + +### Feature + +* Add BECDeviceBase to ophyd_devices.utils ([`8ee5022`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/8ee502242457f3ac63c122f81e7600e300fdf73a)) + +### Fix + +* Separated core simulation classes from additional devices ([`2225daf`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/2225dafb7438f576d7033e220910b4cf8769fd33)) + ## v0.19.3 (2024-02-10) ### Fix diff --git a/setup.py b/setup.py index 629e8fc..aa663de 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -__version__ = "0.19.3" +__version__ = "0.20.0" if __name__ == "__main__": setup(