Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2024-03-13 12:52:32 +00:00 committed by ci_update_bot
parent 6c776bb4ae
commit 45f5c871ad
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@
<!--next-version-placeholder-->
## v0.27.1 (2024-03-13)
### Fix
* Bug fix ([`6c776bb`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/6c776bb4ae72e7f0a4b858a27a34f25baed726d2))
## v0.27.0 (2024-03-12)
### Feature

View File

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