From 6bcf20af0707e02237b290df13049005be4a9f8b Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 2 Jun 2025 18:37:26 +0000 Subject: [PATCH] 2.10.1 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 d62a3f9e..7b74ba50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # CHANGELOG +## v2.10.1 (2025-06-02) + +### Bug Fixes + +- **console**: Qt console widget deleted + ([`cd4e90a`](https://github.com/bec-project/bec_widgets/commit/cd4e90a79fcdbc96f4ec23db22375d05a48731db)) + +### Build System + +- Pyte removed from dependencies + ([`a64cf0d`](https://github.com/bec-project/bec_widgets/commit/a64cf0dd871c1419e02d3803c74cc45966baac19)) + + ## v2.10.0 (2025-06-02) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 0f3ec11d..63353e5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "2.10.0" +version = "2.10.1" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [