Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2024-02-13 11:58:27 +00:00 committed by ci_update_bot
parent fa6e24f048
commit ad4096f3a2
2 changed files with 11 additions and 1 deletions

View File

@ -2,6 +2,16 @@
<!--next-version-placeholder-->
## 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

View File

@ -1,6 +1,6 @@
from setuptools import setup
__version__ = "0.19.3"
__version__ = "0.20.0"
if __name__ == "__main__":
setup(