Skip to content

Commit b2427ca

Browse files
committed
(REL) Prepare release 1.3.0
1 parent 2680cb3 commit b2427ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,8 @@ Sklearn-pandas' ``cross_val_score`` function provides exactly the same interface
252252
Changelog
253253
---------
254254

255-
Development
256-
***********
255+
1.3.0 (2017-01-21)
256+
******************
257257

258258
* Make the mapper return dataframes when ``df_out=True`` (#70, #74).
259259
* Update imports to avoid deprecation warnings in sklearn 0.18 (#68).

sklearn_pandas/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '1.2.0'
1+
__version__ = '1.3.0'
22

33
from .dataframe_mapper import DataFrameMapper # NOQA
44
from .cross_validation import cross_val_score, GridSearchCV, RandomizedSearchCV # NOQA

0 commit comments

Comments
 (0)