We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c71b490 commit 92d7b46Copy full SHA for 92d7b46
2 files changed
storage/CHANGELOG.md
@@ -4,6 +4,17 @@
4
5
[1]: https://pypi.org/project/google-cloud-storage/#history
6
7
+## 1.24.0
8
+
9
+01-02-2020 10:39 PST
10
11
12
+### Implementation Changes
13
+-str() metadata for for blob ([#9796](https://github.com/googleapis/google-cloud-python/pull/9796))
14
15
+### New Features
16
+- Add timeout parameter to Batch interface to match google-cloud-core ([#10010](https://github.com/googleapis/google-cloud-python/pull/10010))
17
18
## 1.23.0
19
20
11-12-2019 12:57 PST
storage/setup.py
@@ -22,7 +22,7 @@
22
23
name = "google-cloud-storage"
24
description = "Google Cloud Storage API client library"
25
-version = "1.23.0"
+version = "1.24.0"
26
# Should be one of:
27
# 'Development Status :: 3 - Alpha'
28
# 'Development Status :: 4 - Beta'
0 commit comments