Skip to content

Commit eb5d46c

Browse files
authored
Merge pull request #275 from mheilman/prep_v1.9.2
bump version and update changelog for 1.9.2 release
2 parents bdb197b + 67194e0 commit eb5d46c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## Unreleased
66

7+
## 1.9.2 - 2018-12-03
8+
### Fixed
9+
- `civis.io.civis_to_file` will now retry on S3 connection errors (#273)
10+
- Buffers will be reset appropriately on connection failures during
11+
`civis.io.file_to_civis` (#273)
12+
13+
714
## 1.9.1 - 2018-11-15
815
### Fixed
916
- `_stash_dataframe_as_csv` in `civis/ml/_model.py` now uses a `StringIO`

civis/_version.py

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

0 commit comments

Comments
 (0)