Skip to content

Commit d262e9e

Browse files
authored
chores(storage): release 1.25.0 (#10165)
1 parent cae942b commit d262e9e

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

storage/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44

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

7+
## 1.25.0
8+
9+
01-16-2020 11:00 PST
10+
11+
### Implementation Changes
12+
- fix: replace unsafe six.PY3 with PY2 for better future compatibility with Python 4 ([#10081](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/10081))
13+
- fix(storage): fix document of delete blob ([#10015](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/10015))
14+
15+
### New Features
16+
- feat(storage): support optionsRequestedPolicyVersion ([#9989](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9989))
17+
18+
### Dependencies
19+
- chore(storage): bump core dependency to 1.2.0 ([#10160](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/10160))
20+
721
## 1.24.1
822

923
01-02-2020 13:20 PST

storage/setup.py

+1-1
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.24.1"
25+
version = "1.25.0"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)