Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit eccfe9f

Browse files
committed
NumPy 1.14.2 release
1 parent c03f1a5 commit eccfe9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ env:
22
global:
33
- REPO_DIR=numpy
44
# Also see DAILY_COMMIT below
5-
- BUILD_COMMIT=v1.14.1
5+
- BUILD_COMMIT=v1.14.2
66
- BUILD_DEPENDS="Cython==0.26.1"
77
- TEST_DEPENDS=nose
88
- PLAT=x86_64

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ environment:
3333
WHEELHOUSE_UPLOADER_SECRET:
3434
secure:
3535
9s0gdDGnNnTt7hvyNpn0/ZzOMGPdwPp2SewFTfGzYk7uI+rdAN9rFq2D1gAP4NQh
36-
BUILD_COMMIT: v1.14.1
36+
BUILD_COMMIT: v1.14.2
3737
DAILY_COMMIT: master
3838

3939
matrix:

0 commit comments

Comments
 (0)