Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2023-11-20 13:12:31 +00:00 committed by ci_update_bot
parent 9e1a6daa6e
commit f66508e116
2 changed files with 9 additions and 1 deletions

View File

@ -2,6 +2,14 @@
<!--next-version-placeholder--> <!--next-version-placeholder-->
## v0.13.2 (2023-11-20)
### Fix
* Remove stop from falcon.custom_prepare.arm_acquisition; closes #23 ([`9e1a6da`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/9e1a6daa6edbfe2a9e7c9b15f21af5785a119474))
* Remove stop from pilatus.custom_prepare.finished ([`334eeb8`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/334eeb83dc3e1c7c37ce41d2ba5f720c3880ef46))
* Remove duplicated stop call from eiger.custom_prepare.finished ([`175700b`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/175700b6ad135cb7491eb88431ecde56704fd0b4))
## v0.13.1 (2023-11-18) ## v0.13.1 (2023-11-18)
### Fix ### Fix

View File

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