Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-07-02 14:27:47 +00:00
parent 7b3ccec352
commit fdeab995f9
2 changed files with 10 additions and 1 deletions
+8
View File
@@ -1,6 +1,14 @@
# CHANGELOG
## v3.21.4 (2026-07-02)
### Bug Fixes
- **stop_button**: Improve emergency stop button test assertions and timing
([`7b3ccec`](https://github.com/bec-project/bec_widgets/commit/7b3ccec3527b77296b950f89d78ff675fbe17121))
## v3.21.3 (2026-07-01)
### Bug Fixes
+2 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "bec_widgets"
version = "3.21.3"
version = "3.21.4"
description = "BEC Widgets"
requires-python = ">=3.11"
classifiers = [
@@ -91,6 +91,7 @@ qtermwidget = ["pyside6_qtermwidget"]
[build-system]