Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-05-18 19:59:44 +00:00
parent faa200bf5c
commit 3a165b26ed
2 changed files with 10 additions and 1 deletions
+8
View File
@@ -1,6 +1,14 @@
# CHANGELOG
## v3.11.1 (2026-05-18)
### Bug Fixes
- **scan progressbar**: Fix device subscription cleanup
([`faa200b`](https://github.com/bec-project/bec_widgets/commit/faa200bf5c3cf0c5bebb9858700106899f583695))
## v3.11.0 (2026-05-15)
### Bug Fixes
+2 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "bec_widgets"
version = "3.11.0"
version = "3.11.1"
description = "BEC Widgets"
requires-python = ">=3.11"
classifiers = [
@@ -63,6 +63,7 @@ qtermwidget = ["pyside6_qtermwidget"]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"