From a91bcfe70627d895c83e038ed68347049cdc9a42 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 11 Dec 2025 16:41:51 +0000 Subject: [PATCH] chore: create a release --- .librarian/state.yaml | 2 +- CHANGELOG.md | 2 ++ setup.py | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.librarian/state.yaml b/.librarian/state.yaml index cd753cf12d..d6225e9240 100644 --- a/.librarian/state.yaml +++ b/.librarian/state.yaml @@ -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: diff --git a/CHANGELOG.md b/CHANGELOG.md index ee17659425..6dd2a1834d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) + ## [1.30.0](https://github.com/googleapis/gapic-generator-python/compare/v1.29.0...v1.30.0) (2025-11-14) ### Features diff --git a/setup.py b/setup.py index c02c9af9c0..d5b907446d 100644 --- a/setup.py +++ b/setup.py @@ -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