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

Commit dd33c70

Browse files
simonjayhawkinsPandas Development Team
and
Pandas Development Team
authored
RLS v1.1.3 (#103)
Co-authored-by: Pandas Development Team <[email protected]>
1 parent a8b157b commit dd33c70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.1.2"
12+
BUILD_COMMIT: "v1.1.3"
1313
PLAT: "x86_64"
1414
NP_BUILD_DEP: "numpy==1.13.3"
1515
CYTHON_BUILD_DEP: "cython==0.29.21"

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.1.2"
11+
BUILD_COMMIT: "v1.1.3"
1212
NP_BUILD_DEP: "1.13.3"
1313
CYTHON_BUILD_DEP: "0.29.21"
1414
NIGHTLY_BUILD_COMMIT: "master"

0 commit comments

Comments
 (0)