Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2024-03-15 17:24:08 +00:00
committed by ci_update_bot
parent 46bbdfaebb
commit d1b72d6b52
2 changed files with 8 additions and 1 deletions

View File

@ -2,6 +2,13 @@
<!--next-version-placeholder--> <!--next-version-placeholder-->
## v0.27.2 (2024-03-15)
### Fix
* Bug fixes from online test at microxas ([`c2201e5`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/c2201e5e332c9bab64f6fcdfe034cb8d37da5857))
* Add numpy and scipy to dynamic_pseudo ([`b66b224`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/b66b224caeab9e3cf75de61fcfdccd0712fb9027))
## v0.27.1 (2024-03-13) ## v0.27.1 (2024-03-13)
### Fix ### Fix

View File

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