Skip to content

Commit 7a08b8c

Browse files
authored
Merge pull request #270 from civisanalytics/release-v-1.9.1
In Which We Create Release 1.9.1
2 parents 3311d12 + 1666fde commit 7a08b8c

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)