Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2024-01-26 20:47:52 +00:00 committed by ci_update_bot
parent 68025e3341
commit ccf88ff04d
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@
<!--next-version-placeholder--> <!--next-version-placeholder-->
## v0.18.0 (2024-01-26)
### Feature
* Added basic function tests ([`b54b5d4`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/b54b5d4b00150ef581247da495804cc5e801e24e))
## v0.17.1 (2024-01-26) ## v0.17.1 (2024-01-26)
### Fix ### Fix

View File

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