Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2024-01-24 15:31:23 +00:00 committed by ci_update_bot
parent 8c6d0f50cd
commit b8d7146bd8
2 changed files with 8 additions and 1 deletions

View File

@ -2,6 +2,13 @@
<!--next-version-placeholder-->
## 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

View File

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