From b37e96598762cd092dea8c628872fec17cdba838 Mon Sep 17 00:00:00 2001 From: Elizabeth Sander Date: Thu, 5 Oct 2017 10:42:00 -0500 Subject: [PATCH] ENH release v0.1.3 (#11) --- CHANGELOG.md | 6 ++++++ civismlext/_version.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e24e1de..dce9e24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [0.1.3] - 2017-10-5 + +### Fixed +- Resolved issues with one and two-level edge cases for categorical + expansion (#10) + ## [0.1.2] - 2017-10-3 ### Fixed diff --git a/civismlext/_version.py b/civismlext/_version.py index 10939f0..8ce9b36 100644 --- a/civismlext/_version.py +++ b/civismlext/_version.py @@ -1 +1 @@ -__version__ = '0.1.2' +__version__ = '0.1.3'