Skip to content

Commit c36e9eb

Browse files
authored
chore(bigtable): release 1.2.0 (#9916)
1 parent a91fd2a commit c36e9eb

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

packages/google-cloud-bigtable/CHANGELOG.md

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

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

7+
## 1.2.0
8+
9+
12-04-2019 12:21 PST
10+
11+
12+
### New Features
13+
- add table level IAM policy controls ([#9877](https://github.com/googleapis/google-cloud-python/pull/9877))
14+
- add 'client_options' / 'admin_client_options' to Client ([#9517](https://github.com/googleapis/google-cloud-python/pull/9517))
15+
16+
### Documentation
17+
- change spacing in docs templates (via synth) ([#9739](https://github.com/googleapis/google-cloud-python/pull/9739))
18+
- add python 2 sunset banner to documentation ([#9036](https://github.com/googleapis/google-cloud-python/pull/9036))
19+
20+
### Internal
21+
- add trailing commas (via synth) ([#9557](https://github.com/googleapis/google-cloud-python/pull/9557))
22+
723
## 1.1.0
824

925
10-15-2019 06:40 PDT

packages/google-cloud-bigtable/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-bigtable'
2424
description = 'Google Cloud Bigtable API client library'
25-
version = '1.1.0'
25+
version = '1.2.0'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)