From ca239c67608c4c164bb5119bc3db683236c09af4 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 3 Sep 2026 10:52:27 +0000 Subject: [PATCH] 0.7.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6ca6dd..9bdd9be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # CHANGELOG +## v0.7.1 (2026-09-03) + +### Bug Fixes + +- Exclude jfjochgsunion from QA + ([`907991f`](https://gitea.psi.ch/mx/AareCommon/commit/907991fd122349550b7ce78ee302802e7de87146)) + +### Refactoring + +- Tidy up for gridscan analysis switching + ([`f13edc3`](https://gitea.psi.ch/mx/AareCommon/commit/f13edc37608e3b0afa2d8ebbc31906a7538eb212)) + + ## v0.7.0 (2026-09-03) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 7bc868c..c83056f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "aarecommon" -version = "0.7.0" +version = "0.7.1" description = "Common components (models, calculations) for Aare packages" readme = "README.md" requires-python = ">=3.11"