8000 MAINT Release 0.17b1 · pletelli/scikit-learn@cd12906 · GitHub
[go: up one dir, main page]

Skip to content

Commit cd12906

Browse files
committed
MAINT Release 0.17b1
1 parent 1d1d0d8 commit cd12906

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

appveyor.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ environment:
2525
PYTHON_VERSION: "2.7.8"
2626
PYTHON_ARCH: "64"
2727

28+
- PYTHON: "C:\\Python34"
29+
PYTHON_VERSION: "3.4.3"
30+
PYTHON_ARCH: "32"
31+
32+
- PYTHON: "C:\\Python34-x64"
33+
PYTHON_VERSION: "3.4.3"
34+
PYTHON_ARCH: "64"
35+
2836
- PYTHON: "C:\\Python35"
2937
PYTHON_VERSION: "3.5.0"
3038
PYTHON_ARCH: "32"

sklearn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
3838
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
3939
#
40-
__version__ = '0.17.dev0'
40+
__version__ = '0.17b1'
4141

4242

4343
try:

0 commit comments

Comments
 (0)
0