Skip to content
Snippets Groups Projects
Commit b8d7a1b3 authored by Christophe Simonis's avatar Christophe Simonis
Browse files

[REL] saas-5

parent 7dd79cb1
Branches
Tags
No related merge requests found
......@@ -30,7 +30,7 @@ RELEASE_LEVELS_DISPLAY = {ALPHA: ALPHA,
# properly comparable using normal operarors, for example:
# (6,1,0,'beta',0) < (6,1,0,'candidate',1) < (6,1,0,'candidate',2)
# (6,1,0,'candidate',2) < (6,1,0,'final',0) < (6,1,2,'final',0)
version_info = (8, 0, 0, ALPHA, 1)
version_info = (7, 'saas~5', 0, FINAL, 0)
version = '.'.join(map(str, version_info[:2])) + RELEASE_LEVELS_DISPLAY[version_info[3]] + str(version_info[4] or '')
series = serie = major_version = '.'.join(map(str, version_info[:2]))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment