2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00

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

@ -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: