Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions bigtable/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

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

## 0.28.1

### Implementation Changes

- Bugfix: Distinguish between an unset column qualifier and an empty string
column qualifier while parsing a `ReadRows` response (#4252)

PyPI: https://pypi.org/project/google-cloud-bigtable/0.28.1/

## 0.28.0

### Documentation
Expand Down
2 changes: 1 addition & 1 deletion bigtable/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

setup(
name='google-cloud-bigtable',
version='0.28.1.dev1',
version='0.28.1',
description='Python Client for Google Cloud Bigtable',
long_description=README,
namespace_packages=[
Expand Down
1 change: 1 addition & 0 deletions docs/bigtable/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* ``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>`__)
* ``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>`__)
* ``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>`__)
* ``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>`__)

***********************************
``google-cloud-happybase`` Releases
Expand Down