File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1+ 0.20.4
2+ ======
3+
4+ * Fix relenv fetch default version
5+ * Remove repo.saltproject.io from fetch locations
6+
7+
180.20.3
29======
310
Original file line number Diff line number Diff line change 1818import time
1919
2020# relenv package version
21- __version__ = "0.20.3 "
21+ __version__ = "0.20.4 "
2222
2323MODULE_DIR = pathlib .Path (__file__ ).resolve ().parent
2424
3232
3333CHECK_HOSTS = (
3434 "packages.broadcom.com/artifactory/saltproject-generic" ,
35- "repo.saltproject.io" ,
3635 "woz.io" ,
3736)
3837
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ def setup_parser(subparsers):
3939 )
4040 subparser .add_argument (
4141 "--python" ,
42- default = "3.10.17 " ,
42+ default = "3.10.18 " ,
4343 type = str ,
4444 help = "The python version [default: %(default)s]" ,
4545 )
You can’t perform that action at this time.
0 commit comments