From 6eee7c2214c011a0627e48ac3b5ad1caede27b37 Mon Sep 17 00:00:00 2001 From: Stephen Hoover Date: Thu, 17 May 2018 11:21:33 -0500 Subject: [PATCH] MAINT Increase version to 0.1.9 (#40) --- CHANGELOG.md | 3 +++ civismlext/_version.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dbc25e..17c92c7 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.9] - 2018-05-17 ### Fixed - In ``DataFrameETL``, don't check for levels to expand in columns which are slated to be dropped. This will avoid raising a warning for too diff --git a/civismlext/_version.py b/civismlext/_version.py index c3bb296..1c98a23 100644 --- a/civismlext/_version.py +++ b/civismlext/_version.py @@ -1 +1 @@ -__version__ = '0.1.8' +__version__ = '0.1.9'