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-10-19 12:52:14 +00:00
committed by ci_update_bot
parent 2925a5f20e
commit 282f2db756
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@
<!--next-version-placeholder--> <!--next-version-placeholder-->
## v0.28.1 (2023-10-19)
### Fix
* Stream_plot.py on_dap_update data dict opened correctly ([`28908dd`](https://gitlab.psi.ch/bec/bec-widgets/-/commit/28908dd07c1eef8a9d3213a581393e665b310d1b))
## v0.28.0 (2023-10-13) ## v0.28.0 (2023-10-13)
### Feature ### Feature

View File

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