From d62da494c8403b4ecdb748180afd813bbd5c22ea Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 25 Jun 2024 09:23:26 +0000 Subject: [PATCH] 0.72.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a23a1dcb..6b74a04b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## v0.72.2 (2024-06-25) + +### Fix + +* fix(designer): fixed designer for pyenv and venv; closes #237 ([`e631fc1`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/e631fc15d8707b73d58cb64316e115a7e43961ea)) + ## v0.72.1 (2024-06-24) ### Fix @@ -147,9 +153,3 @@ in their parent process ([`ce37416`](https://gitlab.psi.ch/bec/bec_widgets/-/com ### Fix * fix: fixed shutdown for pyside ([`2718bc6`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/2718bc624731301756df524d0d5beef6cb1c1430)) - -## v0.66.0 (2024-06-20) - -### Feature - -* feat(rpc): discover widgets automatically ([`ef25f56`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/ef25f5638032f931ceb292540ada618508bb2aed)) diff --git a/pyproject.toml b/pyproject.toml index 4ae2ad8d..6a92fe80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "0.72.1" +version = "0.72.2" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [