Skip to content

Commit

Permalink
prep for v1.15.0 release (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
mheilman committed Sep 29, 2020
1 parent 151a017 commit a14ecd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

## 1.15.0 - 2020-09-29
### Changed
- Bump minimum pubnub version to `4.1.12` (#397)
- In `civis.io.civis_file_to_table`, ensure that data types are detected when table_columns are provided with no sql_types. Additionally, throw an error if some sql_types are provided and not others. (#400)
Expand All @@ -16,10 +17,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Fixed
- Fixed a workflows usage example in `docs/source/client.rst` that had an incorrect endpoint. (#409)

### Fixed

- Fixed a bug in parsing responses that included "update" as a key (e.g., in column information from `client.tables.get(...)`). (#)
- Fixed a bug in parsing responses that included "update" as a key (e.g., in column information from `client.tables.get(...)`). (#410)

## 1.14.2 - 2020-06-03
### Added
Expand Down
2 changes: 1 addition & 1 deletion civis/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.14.2"
__version__ = "1.15.0"

0 comments on commit a14ecd5

Please sign in to comment.