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"