From 69e9defc1af61e3c92a1c9cb84ea2d099ba19b99 Mon Sep 17 00:00:00 2001 From: Chris Wilcox Date: Thu, 2 Jan 2020 10:39:36 -0800 Subject: [PATCH] chore(storage): release 1.24.0 --- storage/CHANGELOG.md | 11 +++++++++++ storage/setup.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/storage/CHANGELOG.md b/storage/CHANGELOG.md index 7e6e909ab5c9..424f5e596714 100644 --- a/storage/CHANGELOG.md +++ b/storage/CHANGELOG.md @@ -4,6 +4,17 @@ [1]: https://pypi.org/project/google-cloud-storage/#history +## 1.24.0 + +01-02-2020 10:39 PST + + +### Implementation Changes +-str() metadata for for blob ([#9796](https://github.com/googleapis/google-cloud-python/pull/9796)) + +### New Features +- Add timeout parameter to Batch interface to match google-cloud-core ([#10010](https://github.com/googleapis/google-cloud-python/pull/10010)) + ## 1.23.0 11-12-2019 12:57 PST diff --git a/storage/setup.py b/storage/setup.py index f2e3c7ed246e..ad8d570331ce 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.23.0" +version = "1.24.0" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'