Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2023-11-23 09:20:50 +00:00 committed by ci_update_bot
parent 3ad0daa5bc
commit 67be8b8938
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@
<!--next-version-placeholder-->
## v0.13.4 (2023-11-23)
### Fix
* Bugfix: remove std_client from psi_det_base_class; closes #25 ([`3ad0daa`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/3ad0daa5bcefe585d4f89992e49c9856a55e6183))
## v0.13.3 (2023-11-21)
### Fix

View File

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