Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2024-03-05 15:46:18 +00:00 committed by ci_update_bot
parent 6d179ea8a8
commit bc1171c199
2 changed files with 8 additions and 1 deletions

View File

@ -2,6 +2,13 @@
<!--next-version-placeholder-->
## v0.25.1 (2024-03-05)
### Fix
* Device_status should use set ([`6d179ea`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/6d179ea8a8e41374cfe2b92939e0b71b7962f7cb))
* Device_read should use set_and_publish ([`afd7912`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/afd7912329b14bc916e14fd565ebcf7506ecb045))
## v0.25.0 (2024-03-04)
### Feature

View File

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