Skip to content

Commit 3ea940b

Browse files
authored
Making release for most packages. (#4296)
* Making release for most packages. Every package except those that have already been released (`google-cloud-core`, `google-api-core`, `google-cloud-bigquery`): - `google-cloud` - `google-cloud-bigtable` - `google-cloud-datastore` - `google-cloud-dns` - `google-cloud-error-reporting` - `google-cloud-firestore` - `google-cloud-language` - `google-cloud-logging` - `google-cloud-monitoring` - `google-cloud-resource-manager` - `google-cloud-runtimeconfig` - `google-cloud-spanner` - `google-cloud-speech` - `google-cloud-storage` - `google-cloud-trace` - `google-cloud-translate` - `google-cloud-videointelligence` - `google-cloud-vision` * Adding changelog files for each package.
1 parent 147acce commit 3ea940b

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog
2+
3+
[PyPI History][1]
4+
5+
[1]: https://pypi.org/project/google-cloud-storage/#history
6+
7+
## 1.6.0
8+
9+
### Documentation
10+
11+
- Added link to "Python Development Environment Setup Guide" in
12+
project README (#4187, h/t to @michaelawyu)
13+
14+
### Dependencies
15+
16+
- Upgrading to `google-cloud-core >= 0.28.0` and adding dependency
17+
on `google-api-core` (#4221, #4280)
18+
- Requiring `google-resumable-media >= 0.3.1` (#4244)
19+
20+
PyPI: https://pypi.org/project/google-cloud-storage/1.6.0/

packages/google-cloud-storage/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,15 @@
5252

5353
REQUIREMENTS = [
5454
'google-cloud-core >= 0.28.0, < 0.29dev',
55+
'google-api-core >= 0.1.1, < 0.2.0dev',
5556
'google-auth >= 1.0.0',
5657
'google-resumable-media >= 0.3.1',
5758
'requests >= 2.18.0',
5859
]
5960

6061
setup(
6162
name='google-cloud-storage',
62-
version='1.5.0',
63+
version='1.6.0',
6364
description='Python Client for Google Cloud Storage',
6465
long_description=README,
6566
namespace_packages=[

0 commit comments

Comments
 (0)