0.5.3
Build and Publish / release (push) Successful in 5s
CI / lint (push) Successful in 30s
CI / test (3.11) (push) Successful in 51s
CI / test (3.12) (push) Successful in 51s
CI / test (3.13) (push) Successful in 43s

Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-08-27 15:03:58 +00:00
parent b1121aeeac
commit 8ce38e4522
2 changed files with 14 additions and 1 deletions
+13
View File
@@ -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
+1 -1
View File
@@ -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"