8000 REL: 0.12.1 Bugfix release · seckcoder/scikit-learn@0dd2e39 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0dd2e39

Browse files
committed
REL: 0.12.1 Bugfix release
1 parent 70cab6d commit 0dd2e39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/whats_new.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ People
3737
------
38< AB6A /td>38

3939
* 14 `Peter Prettenhofer`_
40+
* 12 `Gael Varoquaux`_
4041
* 10 `Andreas Mueller`_
41-
* 10 `Gael Varoquaux`_
4242
* 5 `Lars Buitinck`_
4343
* 3 `Virgile Fritsch`_
4444
* 1 `Alexandre Gramfort`_

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.sourceforge.net for complete documentation.
1414
"""
1515
import sys
16-
__version__ = '0.12'
16+
__version__ = '0.12.1'
1717

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

0 commit comments

Comments
 (0)
0