This is an automated email from the ASF dual-hosted git repository. akm pushed a commit to branch version-comment-710 in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
commit 31c841490e0ff7fe820e55cad73537ebba6f40be Author: Andrew K. Musselman <[email protected]> AuthorDate: Tue Mar 10 14:55:49 2026 -0700 Added comment; fixes #710 --- atr/version.py | 1 + 1 file changed, 1 insertion(+) diff --git a/atr/version.py b/atr/version.py index bf828340..78e39c6c 100644 --- a/atr/version.py +++ b/atr/version.py @@ -17,5 +17,6 @@ from typing import Final +# audit_guidance atr/version.py is created via make generate-version using atr/metadata.py ATR_VERSION: Final[str] = "?" ATR_COMMIT: Final[str] = "?" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
