10000 REL: Release 0.14.1 · scikit-learn/scikit-learn@34c4908 · GitHub
[go: up one dir, main page]

Skip to content

Commit 34c4908

Browse files
committed
REL: Release 0.14.1
Minor bug fix release to restore proper behavior of setup.py
1 parent 8546776 commit 34c4908

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

doc/whats_new.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
.. currentmodule:: sklearn
22

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+
39
.. _changes_0_14:
410

511
0.14

sklearn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
See http://scikit-learn.org for complete documentation.
1414
"""
1515
import sys
16-
__version__ = '0.14'
16+
__version__ = '0.14.1'
1717

1818
try:
1919
# This variable is injected in the __builtins__ by the build

0 commit comments

Comments
 (0)
0