From f56b7a4c1b9ee857ea4a8c468fc8ea05dcd8b410 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 27 Aug 2026 15:26:21 +0000 Subject: [PATCH] 0.5.4 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 34bc886..ba1f57d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v0.5.4 (2026-08-27) + +### Bug Fixes + +- Revert to 0.75 low res spot and 0.25 background + ([`28b29c1`](https://gitea.psi.ch/mx/AareCommon/commit/28b29c12ee88aceb2060d5773bb8bb937a84cbe1)) + + ## v0.5.3 (2026-08-27) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 14729c6..90bf6a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "aarecommon" -version = "0.5.3" +version = "0.5.4" description = "Common components (models, calculations) for Aare packages" readme = "README.md" requires-python = ">=3.11"