From fda50286d2c9913439dbe944f2631395b2f39af5 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 17 Sep 2026 12:25:15 +0000 Subject: [PATCH] 1.0.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 bcff52ab..4f89699f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v1.0.1 (2026-09-17) + +### Bug Fixes + +- Guillaume's fix for pin exclusion + ([`c545910`](https://gitea.psi.ch/mx/AareDAQ/commit/c545910f350e47fef5a313105fc00327c49eda2c)) + + ## v1.0.0 (2026-09-16) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 927b8e77..f80ce75f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaredaq" -version = "1.0.0" +version = "1.0.1" description = "AareDAQ (with GUI)" readme = "README.md" requires-python = ">=3.11"