blob: 0a77afdd2db1dc7c3212c1dfe0c43289f52333f9 [file] [log] [blame]
major = 12
hotfix = 1
hotfix_str = chr(ord('a') + hotfix) if hotfix else ''
beta = 0
beta_str = '-beta{}'.format(beta) if beta > 0 else ''
release = 'r{}{}{}'.format(major, hotfix_str, beta_str)