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

Commit 38adbcc

Browse files
authored
0.22 release
0.22 release
2 parents e930e81 + 6696efb commit 38adbcc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
environment:
66
global:
7-
BUILD_COMMIT: 0.22rc3
7+
BUILD_COMMIT: 0.22
88
# SDK v7.0 MSVC Express 2008's SetEnv.cmd script will fail if the
99
# /E:ON and /V:ON options are not enabled in the batch script interpreter
1010
# See: http://stackoverflow.com/a/13751649/163740

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
env:
22
global:
33
- REPO_DIR="scikit-learn"
4-
- BUILD_COMMIT=0.22rc3
4+
- BUILD_COMMIT=0.22
55
- PLAT=x86_64
66
- UNICODE_WIDTH=32
77
- NP_BUILD_DEP="numpy==1.11.0"

0 commit comments

Comments
 (0)