From 92c201296d91d37e88a88302ef0f51646479e0e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Swe=C3=B1a?= Date: Mon, 17 Nov 2025 20:11:28 +0000 Subject: [PATCH 1/3] chore: create a release --- .librarian/state.yaml | 3 ++- CHANGELOG.md | 7 +++++++ pandas_gbq/version.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.librarian/state.yaml b/.librarian/state.yaml index 9a5bf347..931526b2 100644 --- a/.librarian/state.yaml +++ b/.librarian/state.yaml @@ -1,7 +1,8 @@ image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:c8612d3fffb3f6a32353b2d1abd16b61e87811866f7ec9d65b59b02eb452a620 libraries: - id: pandas-gbq - version: 0.30.0 + version: 0.31.0 + last_generated_commit: "" apis: [] source_roots: - . diff --git a/CHANGELOG.md b/CHANGELOG.md index afbf8c03..b02cedd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/pandas-gbq/#history +## [0.31.0](https://github.com/googleapis/google-cloud-python/compare/pandas-gbq-v0.30.0...pandas-gbq-v0.31.0) (2025-11-17) + + +### Features + +* add pandas_gbq.sample (#983) ([ac771c12f58b7378a8550515c9c656da7fa980a8](https://github.com/googleapis/google-cloud-python/commit/ac771c12f58b7378a8550515c9c656da7fa980a8)) + ## [0.30.0](https://github.com/googleapis/python-bigquery-pandas/compare/v0.29.2...v0.30.0) (2025-10-31) diff --git a/pandas_gbq/version.py b/pandas_gbq/version.py index 25edafef..157b6a56 100644 --- a/pandas_gbq/version.py +++ b/pandas_gbq/version.py @@ -2,4 +2,4 @@ # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. -__version__ = "0.30.0" +__version__ = "0.31.0" From 77d43848c0350c3722c119742433b65679c05676 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Swe=C3=B1a=20=28Swast=29?= Date: Mon, 17 Nov 2025 14:46:09 -0600 Subject: [PATCH 2/3] Update CHANGELOG.md Co-authored-by: Anthonios Partheniou --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b02cedd2..a87c0b3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,12 @@ [1]: https://pypi.org/project/pandas-gbq/#history -## [0.31.0](https://github.com/googleapis/google-cloud-python/compare/pandas-gbq-v0.30.0...pandas-gbq-v0.31.0) (2025-11-17) +## [0.31.0](https://github.com/googleapis/google-cloud-python/compare/v0.30.0...v0.31.0) (2025-11-17) ### Features -* add pandas_gbq.sample (#983) ([ac771c12f58b7378a8550515c9c656da7fa980a8](https://github.com/googleapis/google-cloud-python/commit/ac771c12f58b7378a8550515c9c656da7fa980a8)) +* add pandas_gbq.sample (#983) ([ac771c12f58b7378a8550515c9c656da7fa980a8](https://github.com/googleapis/python-bigquery-pandas/commit/ac771c12f58b7378a8550515c9c656da7fa980a8)) ## [0.30.0](https://github.com/googleapis/python-bigquery-pandas/compare/v0.29.2...v0.30.0) (2025-10-31) From c8fc6c161136b17bc34a1b93e7608346899a5326 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Swe=C3=B1a=20=28Swast=29?= Date: Mon, 17 Nov 2025 14:47:14 -0600 Subject: [PATCH 3/3] Apply suggestion from @tswast --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a87c0b3d..ee12fc18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ [1]: https://pypi.org/project/pandas-gbq/#history -## [0.31.0](https://github.com/googleapis/google-cloud-python/compare/v0.30.0...v0.31.0) (2025-11-17) +## [0.31.0](https://github.com/googleapis/python-bigquery-pandas/compare/v0.30.0...v0.31.0) (2025-11-17) ### Features