diff --git a/.librarian/state.yaml b/.librarian/state.yaml index f7821dbed49e..e152bf5cc968 100644 --- a/.librarian/state.yaml +++ b/.librarian/state.yaml @@ -74,7 +74,7 @@ libraries: - packages/django-google-spanner/docs/ tag_format: '{id}-v{version}' - id: gapic-generator - version: 1.33.0 + version: 1.34.0 last_generated_commit: "" apis: [] source_roots: diff --git a/librarian.yaml b/librarian.yaml index 60063f939fd7..733b20839ab8 100644 --- a/librarian.yaml +++ b/librarian.yaml @@ -67,7 +67,7 @@ libraries: python: library_type: INTEGRATION - name: gapic-generator - version: 1.33.0 + version: 1.34.0 python: library_type: CORE - name: gcp-sphinx-docfx-yaml diff --git a/packages/gapic-generator/CHANGELOG.md b/packages/gapic-generator/CHANGELOG.md index a8871d68eb50..f15d78459476 100644 --- a/packages/gapic-generator/CHANGELOG.md +++ b/packages/gapic-generator/CHANGELOG.md @@ -4,6 +4,14 @@ [1]: https://pypi.org/project/gapic-generator/#history +## [1.34.0](https://github.com/googleapis/google-cloud-python/compare/gapic-generator-v1.33.0...gapic-generator-v1.34.0) (2026-05-27) + + +### Bug Fixes + +* add pragma to `constants.py` to resolve coverage failure and correct `if` block (#17268) ([1436a23c923e799f9909d039e1f418435845565d](https://github.com/googleapis/google-cloud-python/commit/1436a23c923e799f9909d039e1f418435845565d)) +* update incorrect urls in setup.py to point at monorepo vs splitrepo (#17237) ([eaed04baf3cd356c3811c66e64c277c8841c7563](https://github.com/googleapis/google-cloud-python/commit/eaed04baf3cd356c3811c66e64c277c8841c7563)) + ## [1.33.0](https://github.com/googleapis/google-cloud-python/compare/gapic-generator-v1.32.0...gapic-generator-v1.33.0) (2026-05-21) diff --git a/packages/gapic-generator/setup.py b/packages/gapic-generator/setup.py index 41c08ae8a4a9..7732d4e277ee 100644 --- a/packages/gapic-generator/setup.py +++ b/packages/gapic-generator/setup.py @@ -22,7 +22,7 @@ name = "gapic-generator" description = "Google API Client Generator for Python" url = "https://github.com/googleapis/google-cloud-python/tree/main/packages/gapic-generator" -version = "1.33.0" +version = "1.34.0" release_status = "Development Status :: 5 - Production/Stable" dependencies = [ # Ensure that the lower bounds of these dependencies match what we have in the