mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-14 03:31:50 +02:00
0.44.3
Automatically generated by python-semantic-release
This commit is contained in:

committed by
ci_update_bot

parent
a92aead769
commit
016324e71c
@ -2,6 +2,13 @@
|
|||||||
|
|
||||||
<!--next-version-placeholder-->
|
<!--next-version-placeholder-->
|
||||||
|
|
||||||
|
## v0.44.3 (2024-03-21)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
* **cli:** Don't call user script if gui is not alive ([`a92aead`](https://gitlab.psi.ch/bec/bec-widgets/-/commit/a92aead7698fa98d6f7f582d030845d0b940ea2d))
|
||||||
|
* **cli:** Added gui heartbeat ([`882cf55`](https://gitlab.psi.ch/bec/bec-widgets/-/commit/882cf55fc5266a2cfb610702e834badff3ad0428))
|
||||||
|
|
||||||
## v0.44.2 (2024-03-20)
|
## v0.44.2 (2024-03-20)
|
||||||
|
|
||||||
### 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 setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
__version__ = "0.44.2"
|
__version__ = "0.44.3"
|
||||||
|
|
||||||
# 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