From 3bda28f3adc942ee9b9e857ef05f2cb1083a776f Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Thu, 16 May 2019 15:58:30 -0400 Subject: [PATCH] Release 1.16.0 --- storage/CHANGELOG.md | 15 +++++++++++++++ storage/setup.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/storage/CHANGELOG.md b/storage/CHANGELOG.md index 8c1315875086..56f26acf9452 100644 --- a/storage/CHANGELOG.md +++ b/storage/CHANGELOG.md @@ -4,6 +4,21 @@ [1]: https://pypi.org/project/google-cloud-storage/#history +## 1.16.0 + +05-16-2019 12:55 PDT + + +### New Features +- Update `Client.create_bucket` to take a Bucket object or string. ([#7820](https://github.com/googleapis/google-cloud-python/pull/7820)) +- Update `Client.get_bucket` to take a `Bucket` object or string. ([#7856](https://github.com/googleapis/google-cloud-python/pull/7856)) +- Add `Client.download_blob_to_file` method. ([#7949](https://github.com/googleapis/google-cloud-python/pull/7949)) +- Add `client_info` support to client / connection. ([#7872](https://github.com/googleapis/google-cloud-python/pull/7872)) + +### Dependencies +- Pin `google-cloud-core >= 1.0.0, < 2.0dev`. ([#7993](https://github.com/googleapis/google-cloud-python/pull/7993)) +- Pin `google-auth >= 1.2.0`. ([#7798](https://github.com/googleapis/google-cloud-python/pull/7798)) + ## 1.15.0 04-17-2019 15:37 PDT diff --git a/storage/setup.py b/storage/setup.py index 2e17743ddf58..e59643d9bc24 100644 --- a/storage/setup.py +++ b/storage/setup.py @@ -22,7 +22,7 @@ name = 'google-cloud-storage' description = 'Google Cloud Storage API client library' -version = '1.15.0' +version = '1.16.0' # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'