From 2202b426e8939e79c2f629d36ad93685728392a4 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 21 Aug 2026 14:28:03 +0000 Subject: [PATCH] 0.5.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 a2923bd..2420aab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v0.5.1 (2026-08-21) + +### Bug Fixes + +- Instantiation of beam centre model + ([`8930f10`](https://gitea.psi.ch/mx/AareCommon/commit/8930f10e3165b3eff7bf6f1d8f4c0c9236a367a9)) + + ## v0.5.0 (2026-08-21) ### Features diff --git a/pyproject.toml b/pyproject.toml index ad0723c..1e73fca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "aarecommon" -version = "0.5.0" +version = "0.5.1" description = "Common components (models, calculations) for Aare packages" readme = "README.md" requires-python = ">=3.11"