Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2024-03-26 15:59:01 +00:00 committed by ci_update_bot
parent 391c889ff1
commit c9d1e0db05
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@
<!--next-version-placeholder-->
## v0.27.4 (2024-03-26)
### Fix
* Fix CI pipeline for py 3.10 and 3.11 ([`391c889`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/391c889ff17d9b97388d01731ed88251b41d6ecd))
## v0.27.3 (2024-03-21)
### Fix

View File

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