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

committed by
ci_update_bot

parent
7f2f7cd07a
commit
c33ce05951
@ -2,6 +2,12 @@
|
|||||||
|
|
||||||
<!--next-version-placeholder-->
|
<!--next-version-placeholder-->
|
||||||
|
|
||||||
|
## v0.52.1 (2024-05-08)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
* **docstrings:** Docstrings formating fixed for sphinx to properly format readdocs ([`7f2f7cd`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/7f2f7cd07a14876617cd83cedde8c281fdc52c3a))
|
||||||
|
|
||||||
## v0.52.0 (2024-05-07)
|
## v0.52.0 (2024-05-07)
|
||||||
|
|
||||||
### Feature
|
### Feature
|
||||||
|
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.52.0"
|
__version__ = "0.52.1"
|
||||||
|
|
||||||
# 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