We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 403f318 commit 60a86aaCopy full SHA for 60a86aa
CHANGELOG.md
@@ -4,6 +4,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
5
## Unreleased
6
### Fixed
7
+
8
+### Added
9
10
+### Changed
11
12
+## 1.9.0 - 2018-04-25
13
+### Fixed
14
- Added more robust parsing for tablename parsing in io. You may now
15
pass in tables like schema."tablename.with.periods".
16
- Adding in missing documentation for civis_file_to_table
civis/_version.py
@@ -1 +1 @@
1
-__version__ = "1.8.1"
+__version__ = "1.9.0"
0 commit comments