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
2 changes: 1 addition & 1 deletion .librarian/state.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1165,7 +1165,7 @@ libraries:
- packages/google-cloud-bigquery-storage/docs/README.rst
tag_format: '{id}-v{version}'
- id: google-cloud-bigtable
version: 2.36.0
version: 2.37.0
last_generated_commit: a6cbf809c4c165e618ee23a059442af90a80a0f5
apis:
- path: google/bigtable/admin/v2
Expand Down
3 changes: 1 addition & 2 deletions librarian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -612,12 +612,11 @@ libraries:
metadata_name_override: bigquerystorage
default_version: v1
- name: google-cloud-bigtable
version: 2.36.0
version: 2.37.0
apis:
- path: google/bigtable/v2
- path: google/bigtable/admin/v2
skip_generate: true
# TODO(b/501132869): Disabling automatic releases until resolved.
Comment thread
noahdietz marked this conversation as resolved.
skip_release: true
python:
library_type: GAPIC_COMBO
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.36.0" # {x-release-please-version}
__version__ = "2.37.0" # {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.36.0" # {x-release-please-version}
__version__ = "2.37.0" # {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.36.0" # {x-release-please-version}
__version__ = "2.37.0" # {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.36.0" # {x-release-please-version}
__version__ = "2.37.0" # {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-admin",
"version": "2.36.0"
"version": "2.37.0"
},
"snippets": [
{
Expand Down
Loading