Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2024-03-10 09:36:49 +00:00 committed by ci_update_bot
parent 33e4458c59
commit 999b294657
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@
<!--next-version-placeholder--> <!--next-version-placeholder-->
## v0.26.1 (2024-03-10)
### Fix
* Fixed dynamic pseudo ([`33e4458`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/33e4458c59cce44e93d9f3bae44ce41028688471))
## v0.26.0 (2024-03-08) ## v0.26.0 (2024-03-08)
### Feature ### Feature

View File

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