Skip to content

Commit 95dbc19

Browse files
authored
Release 1.13 script changes (#1177)
1 parent 59140aa commit 95dbc19

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

release/promote.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
66
source "${DIR}/release_versions.sh"
77

88
# Make sure to update these versions when doing a release first
9-
PYTORCH_VERSION=${PYTORCH_VERSION:-1.12.0}
10-
TORCHVISION_VERSION=${TORCHVISION_VERSION:-0.13.0}
11-
TORCHAUDIO_VERSION=${TORCHAUDIO_VERSION:-0.12.0}
12-
TORCHTEXT_VERSION=${TORCHTEXT_VERSION:-0.13.0}
9+
PYTORCH_VERSION=${PYTORCH_VERSION:-1.13.0}
10+
TORCHVISION_VERSION=${TORCHVISION_VERSION:-0.14.0}
11+
TORCHAUDIO_VERSION=${TORCHAUDIO_VERSION:-0.13.0}
12+
TORCHTEXT_VERSION=${TORCHTEXT_VERSION:-0.14.0}
1313

1414
DRY_RUN=${DRY_RUN:-enabled}
1515

release/release_versions.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
# Make sure to update these versions when doing a release first
4-
PYTORCH_VERSION=${PYTORCH_VERSION:-1.12.0}
5-
TORCHVISION_VERSION=${TORCHVISION_VERSION:-0.13.0}
6-
TORCHAUDIO_VERSION=${TORCHAUDIO_VERSION:-0.12.0}
7-
TORCHTEXT_VERSION=${TORCHTEXT_VERSION:-0.13.0}
4+
PYTORCH_VERSION=${PYTORCH_VERSION:-1.13.0}
5+
TORCHVISION_VERSION=${TORCHVISION_VERSION:-0.14.0}
6+
TORCHAUDIO_VERSION=${TORCHAUDIO_VERSION:-0.13.0}
7+
TORCHTEXT_VERSION=${TORCHTEXT_VERSION:-0.14.0}

0 commit comments

Comments
 (0)