[FIX] release information
This commit is contained in:
parent
a575531420
commit
93653838bf
@ -12,7 +12,7 @@ RELEASE_LEVELS_DISPLAY = {ALPHA: ALPHA,
|
|||||||
# properly comparable using normal operarors, for example:
|
# 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,'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)
|
# (6,1,0,'candidate',2) < (6,1,0,'final',0) < (6,1,2,'final',0)
|
||||||
version_info = (11, 0, 0, FINAL, 0, '')
|
version_info = (1, 0, 0, ALPHA, 0, '')
|
||||||
version = '.'.join(str(s) for s in version_info[:2]) + RELEASE_LEVELS_DISPLAY[version_info[3]] + str(version_info[4] or '') + version_info[5]
|
version = '.'.join(str(s) for s in version_info[:2]) + RELEASE_LEVELS_DISPLAY[version_info[3]] + str(version_info[4] or '') + version_info[5]
|
||||||
series = serie = major_version = '.'.join(str(s) for s in version_info[:2])
|
series = serie = major_version = '.'.join(str(s) for s in version_info[:2])
|
||||||
|
|
||||||
@ -30,7 +30,7 @@ License :: OSI Approved :: GNU Lesser General Public License v3
|
|||||||
Programming Language :: Python
|
Programming Language :: Python
|
||||||
"""
|
"""
|
||||||
url = 'https://www.flectra.com'
|
url = 'https://www.flectra.com'
|
||||||
author = 'OpenERP S.A.'
|
author = 'OpenERP S.A., FlectraHQ'
|
||||||
author_email = 'info@flectrahq.com'
|
author_email = 'info@flectrahq.com'
|
||||||
license = 'LGPL-3'
|
license = 'LGPL-3'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user