diff --git a/CHANGELOG.md b/CHANGELOG.md index 65137dc..1db125d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +## [0.1.7] - 2018-03-27 ### Added - Added debug log emits for the ``DataFrameETL`` transformer (#24, #27) - Added debug log emits for the ``HyperbandSearchCV`` estimator (#28, #29) diff --git a/civismlext/_version.py b/civismlext/_version.py index 2fb2513..124e462 100644 --- a/civismlext/_version.py +++ b/civismlext/_version.py @@ -1 +1 @@ -__version__ = '0.1.6' +__version__ = '0.1.7'