From 66fc5306d649669c13453a9660cd0f03f872a22d Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 10 Dec 2024 19:33:56 +0000 Subject: [PATCH] 1.9.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 18 ++++++++---------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88b12ca3..b0bbbcca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v1.9.1 (2024-12-10) + +### Bug Fixes + +- **designer**: General way to find python lib on linux + ([`6563abf`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/6563abfddc9fc9baba6769022d6925545decdba9)) + + ## v1.9.0 (2024-12-10) ### Features @@ -200,13 +208,3 @@ Depending on the test, auto-updates are enabled or not. ## v1.3.3 (2024-11-07) - -### Bug Fixes - -- **scan_control**: Devicelineedit kwargs readings changed to get name of the positioner - ([`5fabd4b`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/5fabd4bea95bafd2352102686357cc1db80813fd)) - -### Documentation - -- Update outdated text in docs - ([`4f0693c`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/4f0693cae34b391d75884837e1ae6353a0501868)) diff --git a/pyproject.toml b/pyproject.toml index 313c0684..a8a854c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "1.9.0" +version = "1.9.1" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [