Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-07-01 14:17:48 +00:00
parent 49855b5698
commit 843765a60c
2 changed files with 10 additions and 1 deletions
+8
View File
@@ -1,6 +1,14 @@
# CHANGELOG
## v3.21.2 (2026-07-01)
### Bug Fixes
- **stop_button**: Enhance emergency stop functionality and update button behavior
([`49855b5`](https://github.com/bec-project/bec_widgets/commit/49855b569881cd64e97559a770022d09d52f6c35))
## v3.21.1 (2026-06-30)
### Bug Fixes
+2 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "bec_widgets"
version = "3.21.1"
version = "3.21.2"
description = "BEC Widgets"
requires-python = ">=3.11"
classifiers = [
@@ -89,6 +89,7 @@ qtermwidget = ["pyside6_qtermwidget"]
[build-system]