Set maturity to PREPROD when updating the package

This commit is contained in:
Daniel Berteaud 2019-09-02 09:33:28 +02:00
parent 27bc11a8e8
commit 20765bb22d
1 changed files with 1 additions and 0 deletions

View File

@ -36,4 +36,5 @@ def update_package():
if Version(version) > Version(control['version'].split('-',1)[0]):
print('Updating control file with new version %s' % version)
pe.version = version + '-0'
pe.maturity = 'PREPROD'
pe.save_control_to_wapt('.')