From f13fa75e25c2aaa0ccef6f5c4afc39fcdaa11021 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 21 Apr 2026 10:42:48 +0000 Subject: [PATCH] 3.7.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a712696..624c4d86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # CHANGELOG +## v3.7.0 (2026-04-21) + +### Features + +- Move companion app to applications + ([`0cf84cd`](https://github.com/bec-project/bec_widgets/commit/0cf84cd1d839ac4a39ffb5fb9ba57d432e04348a)) + +### Refactoring + +- Cleanup of imports + ([`3e77f54`](https://github.com/bec-project/bec_widgets/commit/3e77f540345f56b9f184a332fcdd50d4d4c8c621)) + + ## v3.6.0 (2026-04-21) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 50410229..b62cef44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "bec_widgets" -version = "3.6.0" +version = "3.7.0" description = "BEC Widgets" requires-python = ">=3.11" classifiers = [