abr_sdk.version#
ABR SDK version management.
Module Contents#
Functions#
Get the version string for this package. |
|
Get version from git repository if available. |
API#
- abr_sdk.version._get_version() str#
Get the version string for this package.
- abr_sdk.version._get_git_version(hash_only: bool = False) str | None#
Get version from git repository if available.
Parameters
hash_only : bool If True, return only the git hash suffix (g
). If False, return full calver version (YY.MM.DD+g ).