Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-05-13 15:36:22 +00:00
parent e22ab7e4c1
commit ce456572d7
2 changed files with 15 additions and 1 deletions
+13
View File
@@ -1,6 +1,19 @@
# CHANGELOG
## v3.10.0 (2026-05-13)
### Documentation
- Fix link to doc page
([`0cd000d`](https://github.com/bec-project/bec_widgets/commit/0cd000dfa1bb6f1b4d286e5aab30299361f436f6))
### Features
- Bl plugin menu in BECDockArea
([`e22ab7e`](https://github.com/bec-project/bec_widgets/commit/e22ab7e4c10552e22aaaa9dbc30d098fbfa9c49c))
## v3.9.1 (2026-05-12)
### Bug Fixes
+2 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "bec_widgets"
version = "3.9.1"
version = "3.10.0"
description = "BEC Widgets"
requires-python = ">=3.11"
classifiers = [
@@ -61,6 +61,7 @@ qtermwidget = ["pyside6_qtermwidget"]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"