From e5f37c01b695d75305a2149b35a515cd4e261f64 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 14 Sep 2026 07:45:12 +0000 Subject: [PATCH] 0.31.2 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 9a157693..db58f7ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v0.31.2 (2026-09-14) + +### Bug Fixes + +- Combine park and dry to one action for after-queue cleanup + ([`1b5a3bd`](https://gitea.psi.ch/mx/AareDAQ/commit/1b5a3bd0c451833f2201c97f7774a6a780483568)) + + ## v0.31.1 (2026-09-11) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 198f79a5..01c35eac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaredaq" -version = "0.31.1" +version = "0.31.2" description = "AareDAQ (with GUI)" readme = "README.md" requires-python = ">=3.11"