Bump version number

This commit is contained in:
Oliver Walters 2021-09-12 22:08:51 +10:00
parent 08397c5e5f
commit 7b21270baf
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ import re
import common.models
INVENTREE_SW_VERSION = "0.5.0 pre"
INVENTREE_SW_VERSION = "0.5.0 dev"
INVENTREE_API_VERSION = 12

View File

@ -45,10 +45,10 @@ if __name__ == '__main__':
print(f"Checking version number for branch '{args.branch}'")
if args.branch == 'master':
print("Development branch")
print("- This is a development branch")
args.dev = True
elif args.branch == 'stable':
print("Stable release branch")
print("- This is a stable release branch")
args.release = True
if args.dev: