From 3af0eafea69f200bd83c5e0c06f5af5fb4a90c28 Mon Sep 17 00:00:00 2001 From: atalman Date: Thu, 6 Oct 2022 23:26:58 +0000 Subject: [PATCH] Release 1.13: Bump nightly version 1.13->1.14 (#86296) Release 1.13: Bump nightly version 1.13->1.14 Pull Request resolved: https://github.com/pytorch/pytorch/pull/86296 Approved by: https://github.com/seemethere, https://github.com/malfet --- .circleci/scripts/binary_ios_upload.sh | 2 +- .circleci/scripts/binary_populate_env.sh | 4 ++-- android/gradle.properties | 2 +- version.txt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/scripts/binary_ios_upload.sh b/.circleci/scripts/binary_ios_upload.sh index 02037da8e07b..da38065847ef 100644 --- a/.circleci/scripts/binary_ios_upload.sh +++ b/.circleci/scripts/binary_ios_upload.sh @@ -33,7 +33,7 @@ fi cp ${PROJ_ROOT}/LICENSE ${ZIP_DIR}/ # zip the library export DATE="$(date -u +%Y%m%d)" -export IOS_NIGHTLY_BUILD_VERSION="1.13.0.${DATE}" +export IOS_NIGHTLY_BUILD_VERSION="1.14.0.${DATE}" if [ "${BUILD_LITE_INTERPRETER}" == "1" ]; then # libtorch_lite_ios_nightly_1.11.0.20210810.zip ZIPFILE="libtorch_lite_ios_nightly_${IOS_NIGHTLY_BUILD_VERSION}.zip" diff --git a/.circleci/scripts/binary_populate_env.sh b/.circleci/scripts/binary_populate_env.sh index 1e881e583c40..3294c72024aa 100755 --- a/.circleci/scripts/binary_populate_env.sh +++ b/.circleci/scripts/binary_populate_env.sh @@ -59,7 +59,7 @@ PIP_UPLOAD_FOLDER='nightly/' # We put this here so that OVERRIDE_PACKAGE_VERSION below can read from it export DATE="$(date -u +%Y%m%d)" #TODO: We should be pulling semver version from the base version.txt -BASE_BUILD_VERSION="1.13.0.dev$DATE" +BASE_BUILD_VERSION="1.14.0.dev$DATE" # Change BASE_BUILD_VERSION to git tag when on a git tag # Use 'git -C' to make doubly sure we're in the correct directory for checking # the git tag @@ -131,7 +131,7 @@ else fi export PYTORCH_EXTRA_INSTALL_REQUIREMENTS="${PYTORCH_EXTRA_INSTALL_REQUIREMENTS:-}" export DATE="$DATE" -export NIGHTLIES_DATE_PREAMBLE=1.13.0.dev +export NIGHTLIES_DATE_PREAMBLE=1.14.0.dev export PYTORCH_BUILD_VERSION="$PYTORCH_BUILD_VERSION" export PYTORCH_BUILD_NUMBER="$PYTORCH_BUILD_NUMBER" export OVERRIDE_PACKAGE_VERSION="$PYTORCH_BUILD_VERSION" diff --git a/android/gradle.properties b/android/gradle.properties index 9d2640f9a185..ecefc09a587b 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -1,6 +1,6 @@ ABI_FILTERS=armeabi-v7a,arm64-v8a,x86,x86_64 -VERSION_NAME=1.13.0-SNAPSHOT +VERSION_NAME=1.14.0-SNAPSHOT GROUP=org.pytorch MAVEN_GROUP=org.pytorch SONATYPE_STAGING_PROFILE=orgpytorch diff --git a/version.txt b/version.txt index cc67b88a3383..59c85dbc8702 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.13.0a0 +1.14.0a0