Skip to content

Commit 6b9ccf7

Browse files
authored
Merge pull request #288 from mheilman/prep-v1.9.4
bump version and update changelog for v1.9.4
2 parents 0f83c67 + 8ec31b0 commit 6b9ccf7

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.4 - 2019-02-28
68
### Fixed
79
- `get_table_id` will correctly handle quoted schema.tablename. (#285)
810
- Fix parsing of empty responses from run cancellation endpoints. (#287)

civis/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.9.3"
1+
__version__ = "1.9.4"

0 commit comments

Comments
 (0)