From cd12906cabf3576a8c236a4128e959360037dde0 Mon Sep 17 00:00:00 2001 From: Olivier Grisel <olivier.grisel@ensta.org> Date: Fri, 16 Oct 2015 18:31:22 +0200 Subject: [PATCH] MAINT Release 0.17b1 --- appveyor.yml | 8 ++++++++ sklearn/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 39cd450679..928e0a9fac 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -25,6 +25,14 @@ environment: PYTHON_VERSION: "2.7.8" PYTHON_ARCH: "64" + - PYTHON: "C:\\Python34" + PYTHON_VERSION: "3.4.3" + PYTHON_ARCH: "32" + + - PYTHON: "C:\\Python34-x64" + PYTHON_VERSION: "3.4.3" + PYTHON_ARCH: "64" + - PYTHON: "C:\\Python35" PYTHON_VERSION: "3.5.0" PYTHON_ARCH: "32" diff --git a/sklearn/__init__.py b/sklearn/__init__.py index ff2206ff56..f757957d4e 100644 --- a/sklearn/__init__.py +++ b/sklearn/__init__.py @@ -37,7 +37,7 @@ warnings.filterwarnings('always', category=DeprecationWarning, # Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer. # 'X.Y.dev0' is the canonical version of 'X.Y.dev' # -__version__ = '0.17.dev0' +__version__ = '0.17b1' try: -- GitLab