From 0dbbf031440d7944744a50a9ee9016705f66c689 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 9 Sep 2026 12:38:43 +0000 Subject: [PATCH] 0.24.4 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 db4d220c..7b180b06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v0.24.4 (2026-09-09) + +### Bug Fixes + +- Unmount sample at end of automation + ([`9e6f50a`](https://gitea.psi.ch/mx/AareDAQ/commit/9e6f50ae782783aa75c4101014e5863cfb720574)) + + ## v0.24.3 (2026-09-09) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 5ffc3972..50e80741 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaredaq" -version = "0.24.3" +version = "0.24.4" description = "AareDAQ (with GUI)" readme = "README.md" requires-python = ">=3.11"