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

committed by
ci_update_bot

parent
5ece269adb
commit
20d6352351
@ -2,6 +2,12 @@
|
|||||||
|
|
||||||
<!--next-version-placeholder-->
|
<!--next-version-placeholder-->
|
||||||
|
|
||||||
|
## v0.51.0 (2024-05-07)
|
||||||
|
|
||||||
|
### Feature
|
||||||
|
|
||||||
|
* **utils:** Added plugin helper to find and load ([`5ece269`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/5ece269adb0e9b0c2a468f1dfbaa6212e86d3561))
|
||||||
|
|
||||||
## v0.50.2 (2024-04-30)
|
## v0.50.2 (2024-04-30)
|
||||||
|
|
||||||
### 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.50.2"
|
__version__ = "0.51.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.7"
|
QT_DEPENDENCY = "PyQt6>=6.7"
|
||||||
|
Reference in New Issue
Block a user