move nightlies to 1.1.0xxx
authorSoumith Chintala <soumith@gmail.com>
Tue, 9 Apr 2019 17:09:58 +0000 (10:09 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 9 Apr 2019 17:33:29 +0000 (10:33 -0700)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/19069

Differential Revision: D14854600

Pulled By: soumith

fbshipit-source-id: 85c703bddbd47c1b3914d58ab9521ed22ddeb62a

.circleci/config.yml
.circleci/verbatim-sources/nightly-binary-build-defaults.yml

index 2004f83..cbcc26f 100644 (file)
@@ -610,7 +610,7 @@ binary_populate_env: &binary_populate_env
 
     # We put this here so that OVERRIDE_PACKAGE_VERSION below can read from it
     export DATE="$(date -u +%Y%m%d)"
-    export PYTORCH_BUILD_VERSION="1.0.0.dev$DATE"
+    export PYTORCH_BUILD_VERSION="1.1.0.dev$DATE"
     export PYTORCH_BUILD_NUMBER=1
 
     cat >>"$envfile" <<EOL
@@ -625,7 +625,7 @@ binary_populate_env: &binary_populate_env
     export BUILD_PYTHONLESS="$BUILD_PYTHONLESS"
 
     export DATE="$DATE"
-    export NIGHTLIES_DATE_PREAMBLE=1.0.0.dev
+    export NIGHTLIES_DATE_PREAMBLE=1.1.0.dev
     export PYTORCH_BUILD_VERSION="$PYTORCH_BUILD_VERSION"
     export PYTORCH_BUILD_NUMBER="$PYTORCH_BUILD_NUMBER"
     export OVERRIDE_PACKAGE_VERSION="$PYTORCH_BUILD_VERSION"
index 981a344..57eb670 100644 (file)
@@ -53,7 +53,7 @@ binary_populate_env: &binary_populate_env
 
     # We put this here so that OVERRIDE_PACKAGE_VERSION below can read from it
     export DATE="$(date -u +%Y%m%d)"
-    export PYTORCH_BUILD_VERSION="1.0.0.dev$DATE"
+    export PYTORCH_BUILD_VERSION="1.1.0.dev$DATE"
     export PYTORCH_BUILD_NUMBER=1
 
     cat >>"$envfile" <<EOL
@@ -68,7 +68,7 @@ binary_populate_env: &binary_populate_env
     export BUILD_PYTHONLESS="$BUILD_PYTHONLESS"
 
     export DATE="$DATE"
-    export NIGHTLIES_DATE_PREAMBLE=1.0.0.dev
+    export NIGHTLIES_DATE_PREAMBLE=1.1.0.dev
     export PYTORCH_BUILD_VERSION="$PYTORCH_BUILD_VERSION"
     export PYTORCH_BUILD_NUMBER="$PYTORCH_BUILD_NUMBER"
     export OVERRIDE_PACKAGE_VERSION="$PYTORCH_BUILD_VERSION"