Skip to content
Snippets Groups Projects
Commit fe7ff980 authored by Olivier Grisel's avatar Olivier Grisel
Browse files

Release 0.15.2

parent 2b42e95a
No related branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,7 @@ copyright = u('2010 - 2014, scikit-learn developers (BSD License)') ...@@ -68,7 +68,7 @@ copyright = u('2010 - 2014, scikit-learn developers (BSD License)')
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '0.15.1' version = '0.15'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
import sklearn import sklearn
release = sklearn.__version__ release = sklearn.__version__
......
...@@ -15,7 +15,7 @@ See http://scikit-learn.org for complete documentation. ...@@ -15,7 +15,7 @@ See http://scikit-learn.org for complete documentation.
import sys import sys
import re import re
import warnings import warnings
__version__ = '0.15.1' __version__ = '0.15.2'
# Make sure that DeprecationWarning within this package always gets printed # Make sure that DeprecationWarning within this package always gets printed
warnings.filterwarnings('always', category=DeprecationWarning, warnings.filterwarnings('always', category=DeprecationWarning,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment