Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2024-03-08 15:49:50 +00:00
committed by ci_update_bot
parent 238ecb5ff8
commit 676c63bfb3
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@
<!--next-version-placeholder-->
## v0.25.3 (2024-03-08)
### Fix
* Fix type conversion for SimCamera uniform noise ([`238ecb5`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/238ecb5ff84b55f028b75df32fccdc3685609d69))
## v0.25.2 (2024-03-08)
### Fix

View File

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