From 67fb1a10027839df55630046ca157a8b2c735552 Mon Sep 17 00:00:00 2001 From: Tim Swast Date: Thu, 7 Jun 2018 09:45:45 -0700 Subject: [PATCH] Release 1.3.0 --- bigquery/CHANGELOG.md | 19 +++++++++++++++++++ bigquery/setup.py | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/bigquery/CHANGELOG.md b/bigquery/CHANGELOG.md index 80a98b7a98fb..7f2d04197cbc 100644 --- a/bigquery/CHANGELOG.md +++ b/bigquery/CHANGELOG.md @@ -4,6 +4,25 @@ [1]: https://pypi.org/project/google-cloud-bigquery/#history +## 1.3.0 + +### New Features + +- NUMERIC type support (#5331) +- Add timeline and top-level slot-millis to query statistics. (#5312) +- Add additional statistics to query plan stages. (#5307) + +### Documentation + +- Use autosummary to split up API reference docs (#5340) +- Fix typo in Client docstrings (#5342) + +### Internal / Testing Changes + +- Prune systests identified as reduntant to snippets. (#5365) +- Modify system tests to use prerelease versions of grpcio (#5304) +- Improve system test performance (#5319) + ## 1.2.0 ### Implementation Changes diff --git a/bigquery/setup.py b/bigquery/setup.py index 28c44ab72bcd..fabbb06bedde 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.2.0' +version = '1.3.0' # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'