0.1.5
CI / lint (push) Successful in 31s
CI / test (3.11) (push) Successful in 25s
CI / test (3.12) (push) Successful in 27s
CI / test (3.13) (push) Successful in 27s

Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-07-09 11:17:38 +00:00
parent 49c4f12898
commit e1d9caac2a
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -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
+1 -1
View File
@@ -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"