From 56ea2f144ecb6e2bf3461c918c6144254f8729ef Mon Sep 17 00:00:00 2001 From: Peter Lamut Date: Wed, 16 Sep 2020 11:19:52 +0200 Subject: [PATCH] chore: release 1.1.0 (#55) * chore: release v1.1.0 * Declare Python 3.8 compatibility in metadata. * Mention CODEOWENERS change in changelog --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ setup.py | 1 + 2 files changed, 28 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b415487b..06aec678 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,33 @@ [1]: https://pypi.org/project/google-cloud-bigquery-storage/#history +## 1.1.0 + +09-14-2020 08:51 PDT + + +### Implementation Changes + +- Change default retry policies timeouts (via synth). ([#53](https://github.com/googleapis/python-bigquery-storage/pull/53)) + + +### New Features + +- Add resource path helper methods. ([#40](https://github.com/googleapis/python-bigquery-storage/pull/40)) + + +### Documentation + +- Move code samples from the common [samples repo](https://github.com/GoogleCloudPlatform/python-docs-samples/) to this library. ([#50](https://github.com/googleapis/python-bigquery-storage/pull/50)) +- Fix `read_rows()` docstring sample. ([#44](https://github.com/googleapis/python-bigquery-storage/pull/44)) + + +### Internal / Testing Changes + +- Update CODEOWNERS for samples and library code. ([#56](https://github.com/googleapis/python-bigquery-storage/pull/56)) +- Update language of py2 admonition, add 3.8 unit tests. ([#45](https://github.com/googleapis/python-bigquery-storage/pull/45)) +- Install google-cloud-testutils (via synth). ([#26](https://github.com/googleapis/python-bigquery-storage/pull/26)) + ## [1.0.0](https://www.github.com/googleapis/python-bigquery-storage/compare/v0.8.0...v1.0.0) (2020-06-04) diff --git a/setup.py b/setup.py index 08d7d873..526dcf81 100644 --- a/setup.py +++ b/setup.py @@ -67,6 +67,7 @@ "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", "Operating System :: OS Independent", "Topic :: Internet", ],