Skip to content

Commit

Permalink
Bump parameters version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Mar 17, 2021
1 parent a7b8205 commit 35eee77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reprounzip/reprounzip/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def update_parameters():
pass
else:
ver = LooseVersion(parameters.get('version', '1.0'))
if LooseVersion('1.1') <= ver < LooseVersion('1.2'):
if LooseVersion('1.1') <= ver < LooseVersion('3.0'):
return
else:
logger.info("parameters.json has incompatible version %s, "
Expand All @@ -90,7 +90,7 @@ def get_parameter(section):


_bundled_parameters = {
"version": "1.1.0",
"version": "2.0.0",
"busybox_url": {
"x86_64": "https://s3.amazonaws.com/reprozip-files/busybox-x86_64",
"i686": "https://s3.amazonaws.com/reprozip-files/busybox-i686"
Expand Down

0 comments on commit 35eee77

Please sign in to comment.