From d81158cc5897a8c9b9a3204cf64c08d3f1223c64 Mon Sep 17 00:00:00 2001 From: Christopher Wilcox Date: Fri, 3 Jan 2020 10:47:38 -0800 Subject: [PATCH] chore(bigtable): release 1.2.1 (#10057) --- bigtable/CHANGELOG.md | 8 ++++++++ bigtable/setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/bigtable/CHANGELOG.md b/bigtable/CHANGELOG.md index 59c541607f65..a0ee45d5b5ff 100644 --- a/bigtable/CHANGELOG.md +++ b/bigtable/CHANGELOG.md @@ -4,6 +4,14 @@ [1]: https://pypi.org/project/google-cloud-bigtable/#history +## 1.2.1 + +01-03-2020 10:05 PST + + +### Implementation Changes +- Add ability to use single-row transactions ([#10021](https://github.com/googleapis/google-cloud-python/pull/10021)) + ## 1.2.0 12-04-2019 12:21 PST diff --git a/bigtable/setup.py b/bigtable/setup.py index 995cd650c3d2..c5075bbcc61b 100644 --- a/bigtable/setup.py +++ b/bigtable/setup.py @@ -22,7 +22,7 @@ name = 'google-cloud-bigtable' description = 'Google Cloud Bigtable API client library' -version = '1.2.0' +version = '1.2.1' # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'