Skip to content

Commit f4ed5fb

Browse files
chore(main): release google-cloud-bigtable 2.39.1
1 parent 8cb77d9 commit f4ed5fb

8 files changed

Lines changed: 14 additions & 7 deletions

File tree

.release-please-individual-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages/bigframes": "2.43.0",
3-
"packages/google-cloud-bigtable": "2.39.0",
3+
"packages/google-cloud-bigtable": "2.39.1",
44
"packages/google-cloud-compute": "1.48.0",
55
"packages/google-cloud-firestore": "2.27.0",
66
"packages/google-cloud-spanner": "3.68.0",

librarian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ libraries:
632632
metadata_name_override: bigquerystorage
633633
default_version: v1
634634
- name: google-cloud-bigtable
635-
version: 2.39.0
635+
version: 2.39.1
636636
apis:
637637
- path: google/bigtable/v2
638638
- path: google/bigtable/admin/v2

packages/google-cloud-bigtable/CHANGELOG.md

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

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

7+
## [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)
8+
9+
10+
### Bug Fixes
11+
12+
* **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))
13+
714
## [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)
815

916

packages/google-cloud-bigtable/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.39.0" # {x-release-please-version}
16+
__version__ = "2.39.1" # {x-release-please-version}

packages/google-cloud-bigtable/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.39.0" # {x-release-please-version}
16+
__version__ = "2.39.1" # {x-release-please-version}

packages/google-cloud-bigtable/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.39.0" # {x-release-please-version}
16+
__version__ = "2.39.1" # {x-release-please-version}

packages/google-cloud-bigtable/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.39.0" # {x-release-please-version}
16+
__version__ = "2.39.1" # {x-release-please-version}

packages/google-cloud-bigtable/samples/generated_samples/snippet_metadata_google.bigtable.admin.v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-bigtable",
11-
"version": "2.39.0"
11+
"version": "2.39.1"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)