8000 REL bump version to 0.16.1, change in documentation.rst, add to news · pletelli/scikit-learn@bb39b49 · GitHub
[go: up one dir, main page]

Skip to content

Commit bb39b49

Browse files
committed
REL bump version to 0.16.1, change in documentation.rst, add to news
1 parent 67a8b7d commit bb39b49

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

doc/documentation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<div class="container-index">
44

5-
Documentation of scikit-learn 0.16.0
5+
Documentation of scikit-learn 0.16.1
66
=======================================
77

88
.. raw:: html

doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,8 @@
252252
<li><em>On-going development:</em>
253253
<a href="whats_new.html"><em>What's new</em> (changelog)</a>
254254
</li>
255+
<li><em>April 2015.</em> scikit-learn 0.16.1 is available for download (<a href="whats_new.html">Changelog</a>).
256+
</li>
255257
<li><em>March 2015.</em> scikit-learn 0.16.0 is available for download (<a href="whats_new.html">Changelog</a>).
256258
</li>
257259
<li><em>July 2014.</em> scikit-learn 0.15.0 is available for download (<a href="whats_new.html">Changelog</a>).

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.16.0'
40+
__version__ = '0.16.1'
4141

4242

4343
try:

0 commit comments

Comments
 (0)
0