diff --git a/bigquery/CHANGELOG.md b/bigquery/CHANGELOG.md index db65224a957c..b5d29e6f594f 100644 --- a/bigquery/CHANGELOG.md +++ b/bigquery/CHANGELOG.md @@ -4,6 +4,19 @@ [1]: https://pypi.org/project/google-cloud-bigquery/#history +## 1.13.0 + +05-31-2019 10:22 PDT + +### New Features + +- Use `job_config.schema` for data type conversion if specified in `load_table_from_dataframe`. ([#8105](https://github.com/googleapis/google-cloud-python/pull/8105)) + +### Internal / Testing Changes + +- Adds private `_connection` object to magics context. ([#8192](https://github.com/googleapis/google-cloud-python/pull/8192)) +- Fix coverage in 'types.py' (via synth). ([#8146](https://github.com/googleapis/google-cloud-python/pull/8146)) + ## 1.12.1 05-21-2019 11:16 PDT diff --git a/bigquery/setup.py b/bigquery/setup.py index 2b0211750acf..b089e9e0536b 100644 --- a/bigquery/setup.py +++ b/bigquery/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-bigquery" description = "Google BigQuery API client library" -version = "1.12.1" +version = "1.13.0" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'