0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 19:21:50 +02:00

Merge remote-tracking branch 'origin/master'

This commit is contained in:
wyzula-jan
2023-09-06 16:55:36 +02:00
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@
<!--next-version-placeholder-->
## v0.16.2 (2023-09-06)
### Fix
* X and y motor can be linked again ([`f45512e`](https://gitlab.psi.ch/bec/bec-widgets/-/commit/f45512e0ae9c189a1d26456333c5b348cd681ce7))
## v0.16.1 (2023-09-06)
### Fix

View File

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