0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 03:31:50 +02:00
Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2024-04-09 20:26:07 +00:00
committed by ci_update_bot
parent fe101f9328
commit 3fc09dd2aa
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@
<!--next-version-placeholder--> <!--next-version-placeholder-->
## v0.46.0 (2024-04-09)
### Feature
* **plot/waveform1d:** BECWaveform1D can show z data of scatter coded to different detector like BECMonitor2DScatter; BECWaveform1D name changed to BECWaveform ([`3d399ba`](https://gitlab.psi.ch/bec/bec-widgets/-/commit/3d399ba1f5d85bc67964febcf8921355f9f1c285))
## v0.45.0 (2024-03-26) ## v0.45.0 (2024-03-26)
### Feature ### Feature

View File

@ -1,7 +1,7 @@
# pylint: disable= missing-module-docstring # pylint: disable= missing-module-docstring
from setuptools import find_packages, setup from setuptools import find_packages, setup
__version__ = "0.45.0" __version__ = "0.46.0"
# Default to PyQt6 if no other Qt binding is installed # Default to PyQt6 if no other Qt binding is installed
QT_DEPENDENCY = "PyQt6>=6.0" QT_DEPENDENCY = "PyQt6>=6.0"