Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2024-03-01 06:17:15 +00:00 committed by ci_update_bot
parent 91e587b092
commit 7ce9bcf732
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@
<!--next-version-placeholder-->
## v0.24.2 (2024-03-01)
### Fix
* Sim_monitor negative readback fixed ([`91e587b`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/91e587b09271a436e7405c44dda60ea4b536865b))
## v0.24.1 (2024-02-26)
### Fix

View File

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