Skip to content

Commit a14ecd5

Browse files
authored
prep for v1.15.0 release (#411)
1 parent 151a017 commit a14ecd5

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

CHANGELOG.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## Unreleased
66

7+
## 1.15.0 - 2020-09-29
78
### Changed
89
- Bump minimum pubnub version to `4.1.12` (#397)
910
- 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)
@@ -16,10 +17,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1617

1718
### Fixed
1819
- Fixed a workflows usage example in `docs/source/client.rst` that had an incorrect endpoint. (#409)
19-
20-
### Fixed
21-
22-
- Fixed a bug in parsing responses that included "update" as a key (e.g., in column information from `client.tables.get(...)`). (#)
20+
- Fixed a bug in parsing responses that included "update" as a key (e.g., in column information from `client.tables.get(...)`). (#410)
2321

2422
## 1.14.2 - 2020-06-03
2523
### Added

civis/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.14.2"
1+
__version__ = "1.15.0"

0 commit comments

Comments
 (0)