0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 11:41:49 +02:00
Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2024-02-16 20:51:02 +00:00
committed by ci_update_bot
parent 51259097fa
commit 2d9020358d
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@
<!--next-version-placeholder--> <!--next-version-placeholder-->
## v0.40.0 (2024-02-16)
### Feature
* **utils.colors:** Golden_angle_color utility can return colors as a list of QColor, RGB or HEC ([`5125909`](https://gitlab.psi.ch/bec/bec-widgets/-/commit/51259097fa23ff861eac3f7c63624ea591bf1bd3))
## v0.39.0 (2024-02-12) ## v0.39.0 (2024-02-12)
### Feature ### Feature

View File

@ -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.39.0" __version__ = "0.40.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"