Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2024-02-07 19:09:39 +00:00 committed by ci_update_bot
parent ec3ea35744
commit 4ce12711ac
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@
<!--next-version-placeholder-->
## v0.19.2 (2024-02-07)
### Fix
* Fixed bec_scaninfo_mixin ([`ec3ea35`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/ec3ea35744e300fa363be3724f5e6c7b81abe7f1))
## v0.19.1 (2024-02-07)
### Fix

View File

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