From 8aba3d975f31ad3cc1b7f5961ace30a7bad451a6 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 5 Feb 2025 13:48:59 +0000 Subject: [PATCH] 1.19.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a3f6a85..30269587 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v1.19.1 (2025-02-05) + +### Bug Fixes + +- **macos**: Suppress IMKClient warning on macos + ([`5e3289f`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/5e3289f5bdd2af02423b9975749e53c011b8dcfa)) + + ## v1.19.0 (2025-01-31) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 5368e9b4..4128eda0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "1.19.0" +version = "1.19.1" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [