From 17133771bb1b9f9c95a994a12f35bc7907151fef Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 19 Jun 2024 14:50:14 +0000 Subject: [PATCH] 0.64.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 14 ++++++-------- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa54c193..88093e45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## v0.64.2 (2024-06-19) + +### Fix + +* fix(client_utils): added close rpc command to shutdown of gui from bec_ipython_client ([`e5a7d47`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/e5a7d47b21cbf066f740f1d11d7c9ea7c70f3080)) + ## v0.64.1 (2024-06-19) ### Fix @@ -155,16 +161,8 @@ This reverts commit abc6caa2d0b6141dfbe1f3d025f78ae14deddcb3 ([`fe04dd8`](https: ## v0.59.0 (2024-06-07) -### Build - -* build: added webengine dependency ([`d56c549`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/d56c5493cd28f379d04a79d90b01c73b0760da1b)) - ### Ci * ci: merged additional tests to parallel matrix job ([`178fe4d`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/178fe4d2da3a959f7cd90e7ea0f47314dc1ef4ed)) * ci: added webengine dependencies ([`2d79ef8`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/2d79ef8fe5e52c61f4a78782770377cd6b41958b)) - -### Documentation - -* docs: added website docs ([`cf6e5a4`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/cf6e5a40fc8320e9898a446a5bf14b77e94ef013)) diff --git a/pyproject.toml b/pyproject.toml index 687da28a..c7e4210c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "0.64.1" +version = "0.64.2" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [