Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2023-09-07 12:06:31 +00:00 committed by ci_update_bot
parent c80d9ab29b
commit cb201f445c
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@
<!--next-version-placeholder-->
## v0.7.0 (2023-09-07)
### Feature
* Add timeout functionality to ophyd devices ([`c80d9ab`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/c80d9ab29bcc85a46b59f3be8fb86b990c3ed299))
## v0.6.0 (2023-09-07)
### Feature

View File

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