mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-14 11:41:49 +02:00
0.46.5
Automatically generated by python-semantic-release
This commit is contained in:

committed by
ci_update_bot

parent
a156803389
commit
2e349bd705
@ -2,6 +2,13 @@
|
|||||||
|
|
||||||
<!--next-version-placeholder-->
|
<!--next-version-placeholder-->
|
||||||
|
|
||||||
|
## v0.46.5 (2024-04-19)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
* **widgets/figure:** Individual cleanup disabled, making stuck rpc ([`ff52100`](https://gitlab.psi.ch/bec/bec-widgets/-/commit/ff52100e234debdfb5ccc0869352cfafde52ac93))
|
||||||
|
* **plots/waveform:** Colormap is correctly passed from BECFigure ([`026c079`](https://gitlab.psi.ch/bec/bec-widgets/-/commit/026c0792bee25723013fffe57ccff10d9b652913))
|
||||||
|
|
||||||
## v0.46.4 (2024-04-16)
|
## v0.46.4 (2024-04-16)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
2
setup.py
2
setup.py
@ -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.46.4"
|
__version__ = "0.46.5"
|
||||||
|
|
||||||
# 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"
|
||||||
|
Reference in New Issue
Block a user