Set maturity to PREPROD when updating the package

master
Daniel Berteaud 5 years ago
parent 27bc11a8e8
commit 20765bb22d
  1. 1
      setup.py

@ -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('.')
Loading…
Cancel
Save