Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2024-02-26 17:56:03 +00:00 committed by ci_update_bot
parent 6eca704adc
commit a9fcdf64eb
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@
<!--next-version-placeholder--> <!--next-version-placeholder-->
## v0.24.1 (2024-02-26)
### Fix
* SimCamera return uint16, SimMonitor uint32 ([`dc9634b`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/dc9634b73988b5c3cd430008eac5c94319b33ae1))
## v0.24.0 (2024-02-23) ## v0.24.0 (2024-02-23)
### Feature ### Feature

View File

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