Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 00fdf15

Browse files
authored
Release 'google-cloud-storage' 1.16.1 (googleapis#8214)
1 parent b6b5fbe commit 00fdf15

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

storage/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@
44

55
[1]: https://pypi.org/project/google-cloud-storage/#history
66

7+
## 1.16.1
8+
9+
06-04-2019 11:09 PDT
10+
11+
12+
### Dependencies
13+
- Don't pin `google-api-core` in libs using `google-cloud-core`. ([#8213](https://github.com/googleapis/google-cloud-python/pull/8213))
14+
15+
### Documentation
16+
- Fix example in `download_blob_to_file` docstring. ([#8201](https://github.com/googleapis/google-cloud-python/pull/8201))
17+
- Tweak `fields` docstring further. ([#8040](https://github.com/googleapis/google-cloud-python/pull/8040))
18+
- Improve docs for `fields` argument to `Bucket.list_blobs`. ([#8023](https://github.com/googleapis/google-cloud-python/pull/8023))
19+
- Fix docs typo. ([#8027](https://github.com/googleapis/google-cloud-python/pull/8027))
20+
21+
### Internal / Testing Changes
22+
- Retry harder in face of 409/429 during module teardown. ([#8113](https://github.com/googleapis/google-cloud-python/pull/8113))
23+
- Add more retries for 429s during teardown operations. ([#8112](https://github.com/googleapis/google-cloud-python/pull/8112))
24+
725
## 1.16.0
826

927
05-16-2019 12:55 PDT

storage/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = 'google-cloud-storage'
2424
description = 'Google Cloud Storage API client library'
25-
version = '1.16.0'
25+
version = '1.16.1'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)