From c8335ee57b409068512620328ee41e1b27ae7f8e Mon Sep 17 00:00:00 2001 From: Tim Swast Date: Mon, 16 Dec 2019 09:41:23 -0800 Subject: [PATCH] chore(bigquery): release 1.23.1 --- bigquery/CHANGELOG.md | 18 ++++++++++++++++++ bigquery/setup.py | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/bigquery/CHANGELOG.md b/bigquery/CHANGELOG.md index 3f51c5e88583..b5fe8936599d 100644 --- a/bigquery/CHANGELOG.md +++ b/bigquery/CHANGELOG.md @@ -4,6 +4,24 @@ [1]: https://pypi.org/project/google-cloud-bigquery/#history +## 1.23.1 + +12-16-2019 09:39 PST + + +### Implementation Changes + +- Add `iamMember` entity type to allowed access classes. ([#9973](https://github.com/googleapis/google-cloud-python/pull/9973)) +- Fix typo in import error message (pandas -> pyarrow). ([#9955](https://github.com/googleapis/google-cloud-python/pull/9955)) + +### Dependencies + +- Add `six` as an explicit dependency. ([#9979](https://github.com/googleapis/google-cloud-python/pull/9979)) + +### Documentation + +- Add sample to read from query destination table. ([#9964](https://github.com/googleapis/google-cloud-python/pull/9964)) + ## 1.23.0 12-11-2019 13:31 PST diff --git a/bigquery/setup.py b/bigquery/setup.py index 5c07de96141b..42d53301ee0a 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.23.0" +version = "1.23.1" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'