From 0f5b568a6ef8d956f6a22de09de7840e7e862271 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 21 Aug 2026 09:19:56 +0000 Subject: [PATCH] 0.13.1 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 a2bfb1c9..7698ca9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v0.13.1 (2026-08-21) + +### Bug Fixes + +- Actually bump the version and also remove the CLAUDE.md that is used for local testing only + ([`d66aa49`](https://gitea.psi.ch/mx/AareDAQ/commit/d66aa49ed383d1b050c8bfcbd19cbe60a1fc5013)) + + ## v0.13.0 (2026-08-20) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 7cac0891..4eb7541d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaredaq" -version = "0.13.0" +version = "0.13.1" description = "AareDAQ (with GUI)" readme = "README.md" requires-python = ">=3.11"