From 69adadd6d762cb7bfd6a927947c5d7445ed6d7fc Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 14 Jun 2024 08:14:17 +0000 Subject: [PATCH] 0.63.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 26 +++++++++++++++----------- pyproject.toml | 2 +- 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f55f8abc..61aad8cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ +## v0.63.2 (2024-06-14) + +### Fix + +* fix: do not import "server" in client, prevents from having trouble with QApplication creation order + +Like with QtWebEngine ([`6f96498`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/6f96498de66358b89f3a2035627eed2e02dde5a1)) + +### Unknown + +* Reapply "feat: implement non-polling, interruptible waiting of gui instruction response with timeout" + +This reverts commit fe04dd80e59a0e74f7fdea603e0642707ecc7c2a. ([`836b6e6`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/836b6e64f694916d6b6f909dedf11a4a6d2c86a4)) + + ## v0.63.1 (2024-06-13) ### Fix @@ -159,14 +174,3 @@ This reverts commit abc6caa2d0b6141dfbe1f3d025f78ae14deddcb3 ([`fe04dd8`](https: ## v0.57.7 (2024-06-07) - -### Documentation - -* docs: added schema of BECDockArea and BECFigure ([`828067f`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/828067f486a905eb4678538df58e2bdd6c770de1)) - -### Fix - -* fix: add model_config to pydantic models to allow runtime checks after creation ([`ca5e8d2`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/ca5e8d2fbbffbf221cc5472710fef81a33ee29d6)) - - -## v0.57.6 (2024-06-06) diff --git a/pyproject.toml b/pyproject.toml index f2e9b540..d916685d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "0.63.1" +version = "0.63.2" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [