Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-06-30 15:35:40 +00:00
parent 0b74408ba0
commit 80725f620e
2 changed files with 10 additions and 1 deletions
+8
View File
@@ -1,6 +1,14 @@
# CHANGELOG
## v3.21.1 (2026-06-30)
### Bug Fixes
- Abort button should use request id
([`0b74408`](https://github.com/bec-project/bec_widgets/commit/0b74408ba08f462b762205c98c2bf2efdd2357ae))
## v3.21.0 (2026-06-30)
### Features
+2 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "bec_widgets"
version = "3.21.0"
version = "3.21.1"
description = "BEC Widgets"
requires-python = ">=3.11"
classifiers = [
@@ -88,6 +88,7 @@ qtermwidget = ["pyside6_qtermwidget"]
[build-system]