From a97f553e0cd00a5c4f08cccda48b65c0acf3ca10 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 10 Sep 2026 14:36:42 +0000 Subject: [PATCH] 0.29.0 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 97c688d2..56d8b146 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v0.29.0 (2026-09-10) + +### Features + +- Add pxiii flux from lookup table + ([`f7ebae2`](https://gitea.psi.ch/mx/AareDAQ/commit/f7ebae2444837b90a9184dabd9f3ec96caef1c48)) + + ## v0.28.1 (2026-09-10) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 7d4cb8b0..299e4357 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaredaq" -version = "0.28.1" +version = "0.29.0" description = "AareDAQ (with GUI)" readme = "README.md" requires-python = ">=3.11"