8000 chore(main): release 2.17.1 · googleapis/python-bigtable@59ea508 · GitHub
[go: up one dir, main page]

Skip to content

Commit 59ea508

Browse files
chore(main): release 2.17.1
1 parent 128b4e1 commit 59ea508

File tree

6 files changed

+18
-5
lines changed

6 files changed

+18
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.17.0"
2+
".": "2.17.1"
33
}

CHANGELOG.md

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

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

7+
## [2.17.1](https://github.com/googleapis/python-bigtable/compare/v2.17.0...v2.17.1) (2023-04-14)
8+
9+
10+
### Bug Fixes
11+
12+
* Pass the "retry" when calling read_rows. ([#759](https://github.com/googleapis/python-bigtable/issues/759)) ([505273b](https://github.com/googleapis/python-bigtable/commit/505273b72bf83d8f92d0e0a92d62f22bce96cc3d))
13+
14+
15+
### Documentation
16+
17+
* Fix delete from column family example ([#764](https://github.com/googleapis/python-bigtable/issues/764)) ([128b4e1](https://github.com/googleapis/python-bigtable/commit/128b4e1f3eea2dad903d84c8f2933b17a5f0d226))
18+
* Fix formatting of request arg in docstring ([#756](https://github.com/googleapis/python-bigtable/issues/756)) ([45d3e43](https://github.com/googleapis/python-bigtable/commit/45d3e4308c4f494228c2e6e18a36285c557cb0c3))
19+
720
## [2.17.0](https://github.com/googleapis/python-bigtable/compare/v2.16.0...v2.17.0) (2023-03-01)
821

922

google/cloud/bigtable/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.17.0" # {x-release-please-version}
16+
__version__ = "2.17.1" # {x-release-please-version}

google/cloud/bigtable_admin/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.17.0" # {x-release-please-version}
16+
__version__ = "2.17.1" # {x-release-please-version}

google/cloud/bigtable_admin_v2/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.17.0" # {x-release-please-version}
16+
__version__ = "2.17.1" # {x-release-please-version}

google/cloud/bigtable_v2/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.17.0" # {x-release-please-version}
16+
__version__ = "2.17.1" # {x-release-please-version}

0 commit comments

Comments
 (0)
0