From c231cf64acda90aec423fa20bcc7ccd51145ebc0 Mon Sep 17 00:00:00 2001 From: Stephen Hoover Date: Wed, 18 Apr 2018 16:17:59 -0500 Subject: [PATCH] MAINT Update version number for 0.1.8 release (#38) --- CHANGELOG.md | 3 +++ civismlext/_version.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9623945..59f1521 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased + + +## [0.1.8] - 2018-04-19 ### Fixed - Fixed ``DataFrameETL`` transformations of ``DataFrame``s with non-trivial index when preserving ``DataFrame`` output type (#32, #33) diff --git a/civismlext/_version.py b/civismlext/_version.py index 124e462..c3bb296 100644 --- a/civismlext/_version.py +++ b/civismlext/_version.py @@ -1 +1 @@ -__version__ = '0.1.7' +__version__ = '0.1.8'