Skip to content

Commit edfbe94

Browse files
committed
(REL) Bump version to 1.2.0. Update changelog.
1 parent 47148d7 commit edfbe94

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
@@ -229,8 +229,8 @@ Sklearn-pandas' ``cross_val_score`` function provides exactly the same interface
229229
Changelog
230230
---------
231231

232-
Development
233-
***********
232+
1.2.0 (2016-10-02)
233+
******************
234234

235235
* Deprecate custom cross-validation shim classes.
236236
* Require ``scikit-learn>=0.15.0``. Resolves #49.

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.1.0'
1+
__version__ = '1.2.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)