0.9.1
Build and Publish / release (push) Successful in 5s
CI / lint (push) Successful in 51m55s
CI / test (3.11) (push) Successful in 3m17s
CI / test (3.12) (push) Successful in 15m49s
CI / test (3.13) (push) Successful in 41m16s

Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-09-11 11:11:58 +00:00
parent e61e275a87
commit 6603e376e3
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -1,6 +1,14 @@
# CHANGELOG
## v0.9.1 (2026-09-11)
### Bug Fixes
- Find the correct image number from the result list
([`e61e275`](https://gitea.psi.ch/mx/AareCommon/commit/e61e275a8758153c5ea24fb38b30d85d899f3535))
## v0.9.0 (2026-09-11)
### Features
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "aarecommon"
version = "0.9.0"
version = "0.9.1"
description = "Common components (models, calculations) for Aare packages"
readme = "README.md"
requires-python = ">=3.11"