Skip to content

Commit 6fb79b7

Browse files
malfetpytorchmergebot
authored andcommitted
Bump version: 1.14.0->2.0.0 (pytorch#90491)
Except for the usual location, had to update the version in one of ONNX expect patterns, namely here: https://github.com/pytorch/pytorch/blob/43660051d804d8a11c4382d8a241c7eb5da77e27/test/onnx/expect/TestOperators.test_avg_pool2d.expect#L3 Pull Request resolved: pytorch#90491 Approved by: https://github.com/jansel, https://github.com/albanD
1 parent ff5a359 commit 6fb79b7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.circleci/scripts/binary_ios_upload.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ fi
3333
cp ${PROJ_ROOT}/LICENSE ${ZIP_DIR}/
3434
# zip the library
3535
export DATE="$(date -u +%Y%m%d)"
36-
export IOS_NIGHTLY_BUILD_VERSION="1.14.0.${DATE}"
36+
export IOS_NIGHTLY_BUILD_VERSION="2.0.0.${DATE}"
3737
if [ "${BUILD_LITE_INTERPRETER}" == "1" ]; then
3838
# libtorch_lite_ios_nightly_1.11.0.20210810.zip
3939
ZIPFILE="libtorch_lite_ios_nightly_${IOS_NIGHTLY_BUILD_VERSION}.zip"

.circleci/scripts/binary_populate_env.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ PIP_UPLOAD_FOLDER='nightly/'
5959
# We put this here so that OVERRIDE_PACKAGE_VERSION below can read from it
6060
export DATE="$(date -u +%Y%m%d)"
6161
#TODO: We should be pulling semver version from the base version.txt
62-
BASE_BUILD_VERSION="1.14.0.dev$DATE"
62+
BASE_BUILD_VERSION="2.0.0.dev$DATE"
6363
# Change BASE_BUILD_VERSION to git tag when on a git tag
6464
# Use 'git -C' to make doubly sure we're in the correct directory for checking
6565
# the git tag

android/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ABI_FILTERS=armeabi-v7a,arm64-v8a,x86,x86_64
22

3-
VERSION_NAME=1.14.0-SNAPSHOT
3+
VERSION_NAME=2.0.0-SNAPSHOT
44
GROUP=org.pytorch
55
MAVEN_GROUP=org.pytorch
66
SONATYPE_STAGING_PROFILE=orgpytorch

test/onnx/expect/TestOperators.test_avg_pool2d.expect

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ir_version: 7
22
producer_name: "pytorch"
3-
producer_version: "1.14.0"
3+
producer_version: "2.0.0"
44
graph {
55
node {
66
output: "onnx::Pad_1"

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.14.0a0
1+
2.0.0a0

0 commit comments

Comments
 (0)