Skip to content

Commit 1c6fd1f

Browse files
authored
Prep storage-1.7.0 release. (googleapis#4729)
1 parent ddaa9a0 commit 1c6fd1f

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

docs/storage/releases.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
* ``1.4.0`` (`PyPI <https://pypi.org/project/google-cloud-storage/1.4.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/storage-1.4.0>`__)
1818
* ``1.5.0`` (`PyPI <https://pypi.org/project/google-cloud-storage/1.5.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/storage-1.5.0>`__)
1919
* ``1.6.0`` (`PyPI <https://pypi.org/project/google-cloud-storage/1.6.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/storage-1.6.0>`__)
20+
* ``1.7.0`` (`PyPI <https://pypi.org/project/google-cloud-storage/1.7.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/storage-1.7.0>`__)
2021

2122
***********************************
2223
``google-resumable-media`` Releases

storage/CHANGELOG.md

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

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

7+
## 1.7.0
8+
9+
### Features
10+
11+
- Enable anonymous access to blobs in public buckets (#4315)
12+
- Make project optional / overridable for storage client (#4381)
13+
- Relax regex used to test for valid project IDs (#4543)
14+
- Add support for `source_generation` parameter to `Bucket.copy_blob` (#4546)
15+
716
## 1.6.0
817

918
### Documentation

storage/setup.py

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

6161
setup(
6262
name='google-cloud-storage',
63-
version='1.6.1.dev1',
63+
version='1.7.0',
6464
description='Python Client for Google Cloud Storage',
6565
long_description=README,
6666
namespace_packages=[

0 commit comments

Comments
 (0)