Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-05-21 14:20:44 +00:00
parent f03a5d9e85
commit 80694d151f
2 changed files with 10 additions and 1 deletions
+8
View File
@@ -1,6 +1,14 @@
# CHANGELOG
## v3.13.0 (2026-05-21)
### Features
- **rpc-base**: Set default RPC timeout and allow customization
([`f03a5d9`](https://github.com/bec-project/bec_widgets/commit/f03a5d9e853bd62b8ec1bad1c1e112fe01befe70))
## v3.12.2 (2026-05-21)
### Bug Fixes
+2 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "bec_widgets"
version = "3.12.2"
version = "3.13.0"
description = "BEC Widgets"
requires-python = ">=3.11"
classifiers = [
@@ -67,6 +67,7 @@ qtermwidget = ["pyside6_qtermwidget"]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"