diff --git a/CHANGELOG.md b/CHANGELOG.md index 0081227..89398a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.17.0 (2024-01-24) + +### Feature + +* Added tests for connecting devices ([`8c6d0f5`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/8c6d0f50cdb61843532c7a2f2a03a421acdb126a)) +* Added static_device_test ([`bb02a61`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/bb02a619e56749c03d3efadb0364e845fc4a7724)) + ## v0.16.0 (2023-12-24) ### Feature diff --git a/setup.py b/setup.py index efda087..2a16438 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -__version__ = "0.16.0" +__version__ = "0.17.0" if __name__ == "__main__": setup(