Skip to content

Commit 355dcdc

Browse files
chore: release main
1 parent 11bdf92 commit 355dcdc

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.release-please-bulk-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages/bigquery-magics": "0.15.1",
33
"packages/db-dtypes": "1.7.1",
44
"packages/django-google-spanner": "5.1.0",
5-
"packages/gapic-generator": "1.39.0",
5+
"packages/gapic-generator": "1.39.1",
66
"packages/gcp-sphinx-docfx-yaml": "3.3.2",
77
"packages/google-ads-admanager": "0.10.5",
88
"packages/google-ads-datamanager": "0.9.3",

librarian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ libraries:
9292
python:
9393
library_type: INTEGRATION
9494
- name: gapic-generator
95-
version: 1.39.0
95+
version: 1.39.1
9696
python:
9797
library_type: CORE
9898
- name: gcp-sphinx-docfx-yaml

packages/gapic-generator/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/gapic-generator/#history
66

7+
## [1.39.1](https://github.com/googleapis/google-cloud-python/compare/gapic-generator-v1.39.0...gapic-generator-v1.39.1) (2026-09-18)
8+
9+
10+
### Bug Fixes
11+
12+
* **bazel:** allow CustomProtoInfo in gapic_compat_proto_library ([#18417](https://github.com/googleapis/google-cloud-python/issues/18417)) ([11bdf92](https://github.com/googleapis/google-cloud-python/commit/11bdf928710031cd3dd279215d1be2bd7d73e18f))
13+
714
## [1.39.0](https://github.com/googleapis/google-cloud-python/compare/gapic-generator-v1.38.0...gapic-generator-v1.39.0) (2026-08-21)
815

916

packages/gapic-generator/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
name = "gapic-generator"
2323
description = "Google API Client Generator for Python"
2424
url = "https://github.com/googleapis/google-cloud-python/tree/main/packages/gapic-generator"
25-
version = "1.39.0"
25+
version = "1.39.1"
2626
release_status = "Development Status :: 5 - Production/Stable"
2727
dependencies = [
2828
# Ensure that the lower bounds of these dependencies match what we have in the

0 commit comments

Comments
 (0)