From b87549ba99a9aa55f0598df5d88b824f51199d92 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 30 Jan 2025 16:22:48 +0000 Subject: [PATCH] 1.18.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27448fde..a1dc3357 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # CHANGELOG +## v1.18.1 (2025-01-30) + +### Bug Fixes + +- **signal_combo_box**: Added missing plugin modules for signal line_edit/combobox + ([`db70442`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/db70442cc21247d20e6f6ad78ad0e1d3aca24bf7)) + +### Documentation + +- Add screenshots for device and signal input + ([`f0c4efe`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/f0c4efefa03bf36ae57bf1a17f6a1b2e4d32c6c4)) + + ## v1.18.0 (2025-01-30) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 2170443b..69775d97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "1.18.0" +version = "1.18.1" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [