Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2024-01-26 15:56:15 +00:00 committed by ci_update_bot
parent 802eb29556
commit 0e496ffa4b
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@
<!--next-version-placeholder--> <!--next-version-placeholder-->
## v0.17.1 (2024-01-26)
### Fix
* Changed default for connecting to a device ([`802eb29`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/802eb295562ecc39f833d4baba8820a892c674a2))
## v0.17.0 (2024-01-24) ## v0.17.0 (2024-01-24)
### Feature ### Feature

View File

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