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

committed by
ci_update_bot

parent
f386563aa1
commit
38d056570f
@ -2,6 +2,13 @@
|
|||||||
|
|
||||||
<!--next-version-placeholder-->
|
<!--next-version-placeholder-->
|
||||||
|
|
||||||
|
## v0.41.3 (2024-03-01)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
* **cli/generate_cli:** Typing.get_overloads are only used if the python version is higher than 3.11 ([`f386563`](https://gitlab.psi.ch/bec/bec-widgets/-/commit/f386563aa162eaca9202af16574860bf3eb5a092))
|
||||||
|
* **cli/generate_cli:** Added automatic black formatting; added black as a dependency ([`d89f596`](https://gitlab.psi.ch/bec/bec-widgets/-/commit/d89f596a5d0f0674b1ef3268a9cfee5e32b64ba5))
|
||||||
|
|
||||||
## v0.41.2 (2024-02-28)
|
## v0.41.2 (2024-02-28)
|
||||||
|
|
||||||
### 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.41.2"
|
__version__ = "0.41.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