From 50c7d89b03e44616cd7cd9097c166c52c4781df5 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 25 Aug 2026 12:36:53 +0000 Subject: [PATCH] 0.17.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb979604..46594ab1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # CHANGELOG +## v0.17.1 (2026-08-25) + +### Bug Fixes + +- Add harder timeouts to uvicorn.run + ([`2b85428`](https://gitea.psi.ch/mx/AareDAQ/commit/2b85428ebe072799c8ee21e4b393666bcaf32ada)) + +- Tidy bec client init and shutdown + ([`1ac4908`](https://gitea.psi.ch/mx/AareDAQ/commit/1ac4908053637abb72c3b1c452c8332998113efc)) + + ## v0.17.0 (2026-08-25) ### Code Style diff --git a/pyproject.toml b/pyproject.toml index fa071d57..5ab0961c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaredaq" -version = "0.17.0" +version = "0.17.1" description = "AareDAQ (with GUI)" readme = "README.md" requires-python = ">=3.11"