We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8546776 commit 34c4908Copy full SHA for 34c4908
doc/whats_new.rst
@@ -1,5 +1,11 @@
1
.. currentmodule:: sklearn
2
3
+0.14.1
4
+=======
5
+
6
+0.14.1 is a minor bug-fix release that fixed a small regression in the
7
+setup.py
8
9
.. _changes_0_14:
10
11
0.14
sklearn/__init__.py
@@ -13,7 +13,7 @@
13
See http://scikit-learn.org for complete documentation.
14
"""
15
import sys
16
-__version__ = '0.14'
+__version__ = '0.14.1'
17
18
try:
19
# This variable is injected in the __builtins__ by the build
0 commit comments