From e1d9caac2a847c4d1a607c3700dd5bfd02e97e1e Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 9 Jul 2026 11:17:34 +0000 Subject: [PATCH] 0.1.5 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 9078035..794576b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v0.1.5 (2026-07-09) + +### Bug Fixes + +- Remove baton warning log + ([`49c4f12`](https://gitea.psi.ch/mx/AareCommon/commit/49c4f12898ec3f38cf228f3f584ebdb886d42213)) + + ## v0.1.4 (2026-07-09) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 4e926aa..771497a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "aarecommon" -version = "0.1.4" +version = "0.1.5" description = "Common components (models, calculations) for Aare packages" readme = "README.md" requires-python = ">=3.11"