Skip to content

Commit 5364829

Browse files
author
Stephen Hoover
committed
MAINT Prepare for v1.7.2 bugfix release
Update version number to 1.7.2 and add missing changelog entry for #195.
1 parent 2d692f7 commit 5364829

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGELOG.md

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

5-
## Unreleased
6-
5+
## 1.7.2 - 2018-01-09
76
### Fixed
87
- Relaxed requirement on ``cloudpickle`` version number (#187)
9-
8+
- Restore previous behavior of ``civis.io.civis_to_csv`` when using "compression='gzip'" (#195)
109

1110
## 1.7.1 - 2017-11-16
1211
### Fixed

civis/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.7.1"
1+
__version__ = "1.7.2"

0 commit comments

Comments
 (0)