Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b4e8b3c

Browse files
committed
Release 0.15.0b2
1 parent 68280fb commit b4e8b3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
# built documents.
6969
#
7070
# The short X.Y version.
71-
version = '0.15-git'
71+
version = '0.15.0b2'
7272
# The full version, including alpha/beta/rc tags.
7373
import sklearn
7474
release = sklearn.__version__

sklearn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import sys
1616
import re
1717
import warnings
18-
__version__ = '0.15-git'
18+
__version__ = '0.15.0b2'
1919

2020
# Make sure that DeprecationWarning within this package always gets printed
2121
warnings.filterwarnings('always', category=DeprecationWarning,

0 commit comments

Comments
 (0)