mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-13 19:21:50 +02:00
0.41.1
Automatically generated by python-semantic-release
This commit is contained in:

committed by
ci_update_bot

parent
a2ed2ebe00
commit
44b451e66b
@ -2,6 +2,13 @@
|
|||||||
|
|
||||||
<!--next-version-placeholder-->
|
<!--next-version-placeholder-->
|
||||||
|
|
||||||
|
## v0.41.1 (2024-02-26)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
* **bec_dispatcher:** Handle redis connection errors more gracefully ([`a2ed2eb`](https://gitlab.psi.ch/bec/bec-widgets/-/commit/a2ed2ebe00c623eb183b03f8182ffd672fbf9e1e))
|
||||||
|
* **bec_dispatcher:** Adapt code to redis connector refactoring ([`8127fc2`](https://gitlab.psi.ch/bec/bec-widgets/-/commit/8127fc2960bebd3e862dbe55ac9401af4a6dccb6))
|
||||||
|
|
||||||
## v0.41.0 (2024-02-26)
|
## v0.41.0 (2024-02-26)
|
||||||
|
|
||||||
### 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 setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
__version__ = "0.41.0"
|
__version__ = "0.41.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.0"
|
QT_DEPENDENCY = "PyQt6>=6.0"
|
||||||
|
Reference in New Issue
Block a user