Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-05-11 09:36:28 +00:00
parent 9d92f8b53a
commit a87b96b6db
2 changed files with 10 additions and 1 deletions
+8
View File
@@ -1,6 +1,14 @@
# CHANGELOG
## v3.8.1 (2026-05-11)
### Bug Fixes
- **web_links**: Update documentation links in BECWebLinksMixin
([`9d92f8b`](https://github.com/bec-project/bec_widgets/commit/9d92f8b53a6ffe57a9dffad797580228023bf6e1))
## v3.8.0 (2026-05-01)
### Bug Fixes
+2 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "bec_widgets"
version = "3.8.0"
version = "3.8.1"
description = "BEC Widgets"
requires-python = ">=3.11"
classifiers = [
@@ -58,6 +58,7 @@ dev = [
]
qtermwidget = ["pyside6_qtermwidget"]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"