Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2024-03-28 17:15:17 +00:00 committed by ci_update_bot
parent 5f5ec72d02
commit 7f089364a0
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@
<!--next-version-placeholder-->
## v0.29.0 (2024-03-28)
### Feature
* Add protocols and rotation base device ([`ddd0b79`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/ddd0b790f8ef3e53966c660c431d2f7a9ceda97c))
## v0.28.0 (2024-03-26)
### Feature

View File

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