dynamic_version#
- version_components_from_git(full: bool = False) tuple[int, int, int, str]#
- exception GitRepoNotFoundError#
Bases:
Exception
- exception CannotDetermineVersionFromGitError#
Bases:
Exception
- write_version_file(file: TextIO, major: int, minor: int, micro: int, local: str) None#