config.py 120 Bytes
Newer Older
Dan Albert's avatar
Dan Albert committed
1
major = 12
2 3 4
hotfix = 0
hotfix_str = chr(ord('a') + hotfix) if hotfix else ''
release = 'r{}{}'.format(major, hotfix_str)