Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-07-01 18:44:08 +00:00
parent c0a1f8e1ff
commit d88b34d997
2 changed files with 10 additions and 1 deletions
+8
View File
@@ -1,6 +1,14 @@
# CHANGELOG
## v3.21.3 (2026-07-01)
### Bug Fixes
- **device_combobox**: Include signals with write_access filter; include in scan control
([`c0a1f8e`](https://github.com/bec-project/bec_widgets/commit/c0a1f8e1ffb877022978ee2414bbb6762a1d3c85))
## v3.21.2 (2026-07-01)
### Bug Fixes
+2 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "bec_widgets"
version = "3.21.2"
version = "3.21.3"
description = "BEC Widgets"
requires-python = ">=3.11"
classifiers = [
@@ -90,6 +90,7 @@ qtermwidget = ["pyside6_qtermwidget"]
[build-system]