Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2023-11-02 12:02:18 +00:00 committed by ci_update_bot
parent 9e6dc2a9f7
commit b5fa9a8fb4
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@
<!--next-version-placeholder--> <!--next-version-placeholder-->
## v0.9.1 (2023-11-02)
### Fix
* Fixed complete call for non-otf scans ([`9e6dc2a`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/9e6dc2a9f72c5615abd8bea1fcdea6719a35f1ad))
## v0.9.0 (2023-10-31) ## v0.9.0 (2023-10-31)
### Feature ### Feature

View File

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