diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b9f621e..f8b5ca89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.17.1 (2023-09-08) + +### Fix + +* Start_device_consumer changed from EP device_status to scan_status ([`46a3981`](https://gitlab.psi.ch/bec/bec-widgets/-/commit/46a3981e7dfd5ded7b7f325301d2a25c47abd16f)) + ## v0.17.0 (2023-09-07) ### Feature diff --git a/setup.py b/setup.py index ffcb8718..0cc73534 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -__version__ = "0.17.0" +__version__ = "0.17.1" if __name__ == "__main__": setup(