Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2023-07-21 09:29:36 +00:00
committed by ci_update_bot
parent 7a47134a6b
commit 0bf94813bf
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@
<!--next-version-placeholder-->
## v0.2.1 (2023-07-21)
### Fix
* Fixed sim readback timestamp ([`7a47134`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/7a47134a6b8726c0389d8e631028af8f8be54cc2))
## v0.2.0 (2023-07-04)
### Feature

View File

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