Skip to content

Commit d81158c

Browse files
authored
chore(bigtable): release 1.2.1 (#10057)
1 parent 1dcb95f commit d81158c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

bigtable/CHANGELOG.md

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

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

7+
## 1.2.1
8+
9+
01-03-2020 10:05 PST
10+
11+
12+
### Implementation Changes
13+
- Add ability to use single-row transactions ([#10021](https://github.com/googleapis/google-cloud-python/pull/10021))
14+
715
## 1.2.0
816

917
12-04-2019 12:21 PST

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

0 commit comments

Comments
 (0)