diff --git a/storage/CHANGELOG.md b/storage/CHANGELOG.md index 424f5e5967142..7e6e909ab5c9f 100644 --- a/storage/CHANGELOG.md +++ b/storage/CHANGELOG.md @@ -4,17 +4,6 @@ [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 ad8d570331ce9..f2e3c7ed246ed 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.24.0" +version = "1.23.0" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'