1def get_git_version(): 2 return "__GIT_VERSION__"[:7] 3 4def get_git_version_full(): 5 return "__GIT_VERSION__" 6