Skip to content

Commit d6ed37e

Browse files
authored
Cutting release 0.28.1 for Bigtable. (googleapis#4331)
1 parent 49e744c commit d6ed37e

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

bigtable/CHANGELOG.md

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

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

7+
## 0.28.1
8+
9+
### Implementation Changes
10+
11+
- Bugfix: Distinguish between an unset column qualifier and an empty string
12+
column qualifier while parsing a `ReadRows` response (#4252)
13+
14+
PyPI: https://pypi.org/project/google-cloud-bigtable/0.28.1/
15+
716
## 0.28.0
817

918
### Documentation

bigtable/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
setup(
6060
name='google-cloud-bigtable',
61-
version='0.28.1.dev1',
61+
version='0.28.1',
6262
description='Python Client for Google Cloud Bigtable',
6363
long_description=README,
6464
namespace_packages=[

docs/bigtable/releases.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
* ``0.26.0`` (`PyPI <https://pypi.org/project/google-cloud-bigtable/0.26.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/bigtable-0.26.0>`__)
1313
* ``0.27.0`` (`PyPI <https://pypi.org/project/google-cloud-bigtable/0.27.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/bigtable-0.27.0>`__)
1414
* ``0.28.0`` (`PyPI <https://pypi.org/project/google-cloud-bigtable/0.28.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/bigtable-0.28.0>`__)
15+
* ``0.28.1`` (`PyPI <https://pypi.org/project/google-cloud-bigtable/0.28.1/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/bigtable-0.28.1>`__)
1516

1617
***********************************
1718
``google-cloud-happybase`` Releases

0 commit comments

Comments
 (0)