0.7.4
Build and Publish / release (push) Successful in 7s
CI / lint (push) Successful in 20s
CI / test (3.11) (push) Successful in 26s
CI / test (3.12) (push) Successful in 25s
CI / test (3.13) (push) Successful in 34s

Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-09-08 14:53:47 +00:00
parent 8d273d0438
commit 39d7ae8dd3
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -1,6 +1,14 @@
# CHANGELOG
## v0.7.4 (2026-09-08)
### Bug Fixes
- Zoom model typing
([`8d273d0`](https://gitea.psi.ch/mx/AareCommon/commit/8d273d0438e9a5540f3ba2198e92f78269174724))
## v0.7.3 (2026-09-08)
### Bug Fixes
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "aarecommon"
version = "0.7.3"
version = "0.7.4"
description = "Common components (models, calculations) for Aare packages"
readme = "README.md"
requires-python = ">=3.11"