Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2024-03-04 10:11:32 +00:00 committed by ci_update_bot
parent e5fada8e9d
commit 704c89c25f
2 changed files with 12 additions and 1 deletions

View File

@ -2,6 +2,17 @@
<!--next-version-placeholder--> <!--next-version-placeholder-->
## v0.25.0 (2024-03-04)
### Feature
* Add proxy for h5 image replay for SimCamera ([`5496b59`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/5496b59ae2254495845a0fae2754cdd935b4fb7b))
### Fix
* Add dependency for env ([`eb4e10e`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/eb4e10e86bba9b55623d089572f104d21d96601e))
* Fix bug in computation of negative data within SimMonitor ([`f4141f0`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/f4141f0dbf8d98f1d1591c66ccd147099019afc7))
## v0.24.2 (2024-03-01) ## v0.24.2 (2024-03-01)
### Fix ### Fix

View File

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