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

committed by
ci_update_bot

parent
4c0a7bbec7
commit
279ac03dc3
@ -2,6 +2,12 @@
|
|||||||
|
|
||||||
<!--next-version-placeholder-->
|
<!--next-version-placeholder-->
|
||||||
|
|
||||||
|
## v0.42.0 (2024-03-07)
|
||||||
|
|
||||||
|
### Feature
|
||||||
|
|
||||||
|
* **utils/bec_dispatcher:** BECDispatcher can register redis stream ([`4c0a7bb`](https://gitlab.psi.ch/bec/bec-widgets/-/commit/4c0a7bbec7abafc7d04a8aaf10dabd7e668fa908))
|
||||||
|
|
||||||
## v0.41.4 (2024-03-07)
|
## v0.41.4 (2024-03-07)
|
||||||
|
|
||||||
### 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.4"
|
__version__ = "0.42.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"
|
||||||
|
Reference in New Issue
Block a user