We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f83c67 + 8ec31b0 commit 6b9ccf7Copy full SHA for 6b9ccf7
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.4 - 2019-02-28
8
### Fixed
9
- `get_table_id` will correctly handle quoted schema.tablename. (#285)
10
- Fix parsing of empty responses from run cancellation endpoints. (#287)
civis/_version.py
@@ -1 +1 @@
1
-__version__ = "1.9.3"
+__version__ = "1.9.4"
0 commit comments