Skip to content

Commit 1666fde

Browse files
author
waltaskew
committed
create release 1.9.1
1 parent c25a58f commit 1666fde

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## Unreleased
6+
7+
## 1.9.1 - 2018-11-15
68
### Fixed
79
- `_stash_dataframe_as_csv` in `civis/ml/_model.py` now uses a `StringIO`
810
object which has the `getvalue` method (required by `pandas` v0.23.1

civis/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.9.0"
1+
__version__ = "1.9.1"

0 commit comments

Comments
 (0)