Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

Commit dac4962

Browse files
RLS v1.5.0 (#196)
1 parent 061ff97 commit dac4962

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
global:
99
- REPO_DIR=pandas
1010
# on release change this to a version
11-
- BUILD_COMMIT="v1.5.0rc0"
11+
- BUILD_COMMIT="v1.5.0"
1212
- UNICODE_WIDTH=32
1313
- PLAT=aarch64
1414
- NP_BUILD_DEP="numpy==1.17.3"

azure/posix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
vmImage: ${{ parameters.vmImage }}
1010
variables:
1111
REPO_DIR: "pandas"
12-
BUILD_COMMIT: "v1.5.0rc0"
12+
BUILD_COMMIT: "v1.5.0"
1313
PLAT: "x86_64"
1414
NP_BUILD_DEP: "numpy==1.17.3"
1515
CYTHON_BUILD_DEP: "cython==0.29.32"

azure/windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
pool:
99
vmImage: ${{ parameters.vmImage }}
1010
variables:
11-
BUILD_COMMIT: "v1.5.0rc0"
11+
BUILD_COMMIT: "v1.5.0"
1212
NP_BUILD_DEP: "1.17.3"
1313
CYTHON_BUILD_DEP: "0.29.32"
1414
NIGHTLY_BUILD_COMMIT: "main"

0 commit comments

Comments
 (0)