From 85ac38e7ea1cf0bf6903120c8cc7210a8815af1d Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 9 Sep 2026 13:56:30 +0000 Subject: [PATCH] 0.24.6 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 67ccada7..f2d56002 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v0.24.6 (2026-09-09) + +### Bug Fixes + +- Make xraycenter line scan on box center and twice box height + ([`76062d5`](https://gitea.psi.ch/mx/AareDAQ/commit/76062d5d7de7427c5c6592cb890e08bc4bcd5d42)) + + ## v0.24.5 (2026-09-09) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 34017e27..5e9b1cdf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaredaq" -version = "0.24.5" +version = "0.24.6" description = "AareDAQ (with GUI)" readme = "README.md" requires-python = ">=3.11"