Skip to content

Commit 0c944e6

Browse files
committed
0.20.4 changelog
1 parent 5d73abb commit 0c944e6

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0.20.4
2+
======
3+
4+
* Fix relenv fetch default version
5+
* Remove repo.saltproject.io from fetch locations
6+
7+
18
0.20.3
29
======
310

relenv/common.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import time
1919

2020
# relenv package version
21-
__version__ = "0.20.3"
21+
__version__ = "0.20.4"
2222

2323
MODULE_DIR = pathlib.Path(__file__).resolve().parent
2424

@@ -32,7 +32,6 @@
3232

3333
CHECK_HOSTS = (
3434
"packages.broadcom.com/artifactory/saltproject-generic",
35-
"repo.saltproject.io",
3635
"woz.io",
3736
)
3837

relenv/fetch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)