From 9311b17c8fa6af8eeec493a3340e13208b55c868 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Swe=C3=B1a?= Date: Mon, 5 Jan 2026 18:50:10 +0000 Subject: [PATCH 1/2] chore: create a release --- .librarian/state.yaml | 2 +- CHANGELOG.md | 7 +++++++ pandas_gbq/version.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.librarian/state.yaml b/.librarian/state.yaml index 76ed140a..6a632065 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:c8612d3fffb3f6a32353b2d1abd16b61e87811866f7ec9d65b59b02eb452a620 libraries: - id: pandas-gbq - version: 0.32.0 + version: 0.33.0 last_generated_commit: "" apis: [] source_roots: diff --git a/CHANGELOG.md b/CHANGELOG.md index 3045ca06..3cb085e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/pandas-gbq/#history +## [0.33.0](https://github.com/googleapis/google-cloud-python/compare/pandas-gbq-v0.32.0...pandas-gbq-v0.33.0) (2026-01-05) + + +### Features + +* add dry run to the read_gbq function (#979) ([516f986f6935c9a6426e6a9b1702cb2002916362](https://github.com/googleapis/google-cloud-python/commit/516f986f6935c9a6426e6a9b1702cb2002916362)) + ## [0.32.0](https://github.com/googleapis/google-cloud-python/compare/pandas-gbq-v0.31.1...pandas-gbq-v0.32.0) (2025-12-16) diff --git a/pandas_gbq/version.py b/pandas_gbq/version.py index 8fa97e3d..38cee1fb 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.32.0" +__version__ = "0.33.0" From 51360df0c3e517c0a235e3185b8878cc18e5e52e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Swe=C3=B1a=20=28Swast=29?= Date: Mon, 5 Jan 2026 14:00:36 -0600 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cb085e0..f9ddd457 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,12 @@ [1]: https://pypi.org/project/pandas-gbq/#history -## [0.33.0](https://github.com/googleapis/google-cloud-python/compare/pandas-gbq-v0.32.0...pandas-gbq-v0.33.0) (2026-01-05) +## [0.33.0](https://github.com/googleapis/python-bigquery-pandas/compare/v0.32.0...v0.33.0) (2026-01-05) ### Features -* add dry run to the read_gbq function (#979) ([516f986f6935c9a6426e6a9b1702cb2002916362](https://github.com/googleapis/google-cloud-python/commit/516f986f6935c9a6426e6a9b1702cb2002916362)) +* add dry run to the read_gbq function (#979) ([516f986f6935c9a6426e6a9b1702cb2002916362](https://github.com/googleapis/python-bigquery-pandas/commit/516f986f6935c9a6426e6a9b1702cb2002916362)) ## [0.32.0](https://github.com/googleapis/google-cloud-python/compare/pandas-gbq-v0.31.1...pandas-gbq-v0.32.0) (2025-12-16)