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

Commit

Permalink
RLS v1.5.0 (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
datapythonista authored Sep 19, 2022
1 parent 061ff97 commit dac4962
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion azure/posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion azure/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit dac4962

Please sign in to comment.