We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3311d12 + 1666fde commit 7a08b8cCopy full SHA for 7a08b8c
CHANGELOG.md
@@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
## Unreleased
6
+
7
+## 1.9.1 - 2018-11-15
8
### Fixed
9
- `_stash_dataframe_as_csv` in `civis/ml/_model.py` now uses a `StringIO`
10
object which has the `getvalue` method (required by `pandas` v0.23.1
civis/_version.py
@@ -1 +1 @@
1
-__version__ = "1.9.0"
+__version__ = "1.9.1"
0 commit comments