diff --git a/CHANGELOG.md b/CHANGELOG.md index c07c0fb..8d9b0e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## 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 diff --git a/setup.py b/setup.py index 567323c..c4f8286 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -__version__ = "0.25.0" +__version__ = "0.25.1" if __name__ == "__main__": setup(