From ec839d3e06a08081f594ff7278f85358727b4b0f Mon Sep 17 00:00:00 2001 From: Marc Garcia Date: Mon, 19 Sep 2022 12:51:52 +0100 Subject: [PATCH] RLS v1.5.0 --- .travis.yml | 2 +- azure/posix.yml | 2 +- azure/windows.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index cea58e3..8d26b05 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ env: global: - REPO_DIR=pandas # on release change this to a version - - BUILD_COMMIT="v1.5.0rc0" + - BUILD_COMMIT="v1.5.0" - UNICODE_WIDTH=32 - PLAT=aarch64 - NP_BUILD_DEP="numpy==1.17.3" diff --git a/azure/posix.yml b/azure/posix.yml index f82e58a..e0cf44c 100644 --- a/azure/posix.yml +++ b/azure/posix.yml @@ -9,7 +9,7 @@ jobs: vmImage: ${{ parameters.vmImage }} variables: REPO_DIR: "pandas" - BUILD_COMMIT: "v1.5.0rc0" + BUILD_COMMIT: "v1.5.0" PLAT: "x86_64" NP_BUILD_DEP: "numpy==1.17.3" CYTHON_BUILD_DEP: "cython==0.29.32" diff --git a/azure/windows.yml b/azure/windows.yml index 372c166..f070027 100644 --- a/azure/windows.yml +++ b/azure/windows.yml @@ -8,7 +8,7 @@ jobs: pool: vmImage: ${{ parameters.vmImage }} variables: - BUILD_COMMIT: "v1.5.0rc0" + BUILD_COMMIT: "v1.5.0" NP_BUILD_DEP: "1.17.3" CYTHON_BUILD_DEP: "0.29.32" NIGHTLY_BUILD_COMMIT: "main"