Skip to content
Closed
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
@@ -1,7 +1,7 @@
image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:4e3486fee9eba44b75a18c67f0c60fa0c4af675132305e3ff3fae2e9b94f94bb
libraries:
- id: gapic-generator
version: 1.30.0
version: 1.30.1
last_generated_commit: ""
apis: []
source_roots:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

[1]: https://pypi.org/project/gapic-generator/#history

## [1.30.1](https://github.com/googleapis/google-cloud-python/compare/gapic-generator-v1.30.0...gapic-generator-v1.30.1) (2025-12-11)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The link for version 1.30.1 seems to be incorrect. It points to the google-cloud-python repository instead of gapic-generator-python. Additionally, the tag format in the URL is inconsistent with previous entries. It should be v1.30.0...v1.30.1 instead of gapic-generator-v1.30.0...gapic-generator-v1.30.1.

Suggested change
## [1.30.1](https://github.com/googleapis/google-cloud-python/compare/gapic-generator-v1.30.0...gapic-generator-v1.30.1) (2025-12-11)
## [1.30.1](https://github.com/googleapis/gapic-generator-python/compare/v1.30.0...v1.30.1) (2025-12-11)


## [1.30.0](https://github.com/googleapis/gapic-generator-python/compare/v1.29.0...v1.30.0) (2025-11-14)

### Features
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
name = "gapic-generator"
description = "Google API Client Generator for Python"
url = "https://github.com/googleapis/gapic-generator-python"
version = "1.30.0"
version = "1.30.1"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
# Ensure that the lower bounds of these dependencies match what we have in the
Expand Down
Loading