From 8ce38e45228218b7d968693505722372abc50c96 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 27 Aug 2026 15:03:55 +0000 Subject: [PATCH] 0.5.3 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 80f91f1..34bc886 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # CHANGELOG +## v0.5.3 (2026-08-27) + +### Bug Fixes + +- Use total spots according to MW + ([`eae49b8`](https://gitea.psi.ch/mx/AareCommon/commit/eae49b82fe7449350b0b0b5a16cfbdca5cceb1e4)) + +### Chores + +- Drop unused import + ([`b1121ae`](https://gitea.psi.ch/mx/AareCommon/commit/b1121aeeacc2980695a9dd9fcfb5b4549e04bece)) + + ## v0.5.2 (2026-08-27) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 272c49c..14729c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "aarecommon" -version = "0.5.2" +version = "0.5.3" description = "Common components (models, calculations) for Aare packages" readme = "README.md" requires-python = ">=3.11"