0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 19:21:50 +02:00
Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2023-09-08 12:37:37 +00:00
committed by ci_update_bot
parent c46b0024f6
commit 2398ee3e8c
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@
<!--next-version-placeholder-->
## v0.19.2 (2023-09-08)
### Fix
* Rotation logic fixed ([`6733371`](https://gitlab.psi.ch/bec/bec-widgets/-/commit/6733371c2ccb4e233d9aa9421e21d627978925d7))
## v0.19.1 (2023-09-08)
### Fix

View File

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