Skip to content
Open
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
2 changes: 1 addition & 1 deletion .release-please-individual-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/bigframes": "2.43.0",
"packages/google-cloud-bigtable": "2.39.0",
"packages/google-cloud-bigtable": "2.39.1",
"packages/google-cloud-compute": "1.48.0",
"packages/google-cloud-firestore": "2.27.0",
"packages/google-cloud-spanner": "3.68.0",
Expand Down
2 changes: 1 addition & 1 deletion librarian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ libraries:
metadata_name_override: bigquerystorage
default_version: v1
- name: google-cloud-bigtable
version: 2.39.0
version: 2.39.1
apis:
- path: google/bigtable/v2
- path: google/bigtable/admin/v2
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-bigtable/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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

## [2.39.1](https://github.com/googleapis/google-cloud-python/compare/google-cloud-bigtable-v2.39.0...google-cloud-bigtable-v2.39.1) (2026-06-24)


### Bug Fixes

* **bigtable:** populate Value type in _format_execute_query_view_params ([#17547](https://github.com/googleapis/google-cloud-python/issues/17547)) ([8cb77d9](https://github.com/googleapis/google-cloud-python/commit/8cb77d99103ba94d6e4ff488ddcdbccd37b2770c))

## [2.39.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-bigtable-v2.38.0...google-cloud-bigtable-v2.39.0) (2026-06-22)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.39.0" # {x-release-please-version}
__version__ = "2.39.1" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.39.0" # {x-release-please-version}
__version__ = "2.39.1" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.39.0" # {x-release-please-version}
__version__ = "2.39.1" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.39.0" # {x-release-please-version}
__version__ = "2.39.1" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-bigtable",
"version": "2.39.0"
"version": "2.39.1"
},
"snippets": [
{
Expand Down
Loading