From 2a461052d33db412f2c48210c9f7289cb2529010 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Fri, 13 Mar 2026 15:40: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 042683f0f3..bbc882a985 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:68c7c79adf43af1be4c0527673342dd180aebebf652ea623614eaebff924ca27 libraries: - id: gapic-generator - version: 1.30.12 + version: 1.30.13 last_generated_commit: "" apis: [] source_roots: diff --git a/CHANGELOG.md b/CHANGELOG.md index 122208a6f1..a94b46f9f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ [1]: https://pypi.org/project/gapic-generator/#history +## [1.30.13](https://github.com/googleapis/gapic-generator-python/compare/v1.30.12...v1.30.13) (2026-03-13) + ## [1.30.12](https://github.com/googleapis/gapic-generator-python/compare/v1.30.11...v1.30.12) (2026-03-12) ## [1.30.11](https://github.com/googleapis/gapic-generator-python/compare/v1.30.10...v1.30.11) (2026-03-11) diff --git a/setup.py b/setup.py index 7bd2e79a5b..9a32eebbb2 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.12" +version = "1.30.13" release_status = "Development Status :: 5 - Production/Stable" dependencies = [ # Ensure that the lower bounds of these dependencies match what we have in the