Skip to content

Commit ae9a38e

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 ed22715 commit ae9a38e

File tree

2 files changed

+24
-2
lines changed

2 files changed

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

packages/google-cloud-bigtable/setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,13 @@
5252

5353
REQUIREMENTS = [
5454
'google-cloud-core >= 0.28.0, < 0.29dev',
55-
'google-gax>=0.15.7, <0.16dev',
55+
'google-api-core >= 0.1.1, < 0.2.0dev',
56+
'google-gax >= 0.15.7, < 0.16dev',
5657
]
5758

5859
setup(
5960
name='google-cloud-bigtable',
60-
version='0.27.0',
61+
version='0.28.0',
6162
description='Python Client for Google Cloud Bigtable',
6263
long_description=README,
6364
namespace_packages=[

0 commit comments

Comments
 (0)