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