Skip to content

Commit

Permalink
MAINT Increase version to 0.1.9 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Hoover committed May 17, 2018
1 parent 6b92016 commit 6eee7c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion civismlext/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.8'
__version__ = '0.1.9'

0 comments on commit 6eee7c2

Please sign in to comment.