diff --git a/.release-please-individual-manifest.json b/.release-please-individual-manifest.json index 39295f90784f..3749fe367192 100644 --- a/.release-please-individual-manifest.json +++ b/.release-please-individual-manifest.json @@ -1,5 +1,5 @@ { "packages/bigframes": "2.46.0", "packages/google-crc32c": "1.8.0", - "packages/pandas-gbq": "0.35.0" + "packages/pandas-gbq": "0.35.1" } \ No newline at end of file diff --git a/librarian.yaml b/librarian.yaml index 1cc6c2fcbef0..10603135be05 100644 --- a/librarian.yaml +++ b/librarian.yaml @@ -2603,7 +2603,7 @@ libraries: metadata_name_override: grpc-iam default_version: apiVersion - name: pandas-gbq - version: 0.35.0 + version: 0.35.1 python: library_type: INTEGRATION - name: proto-plus diff --git a/packages/pandas-gbq/CHANGELOG.md b/packages/pandas-gbq/CHANGELOG.md index 5e17029eda2b..79e7fb67a9d8 100644 --- a/packages/pandas-gbq/CHANGELOG.md +++ b/packages/pandas-gbq/CHANGELOG.md @@ -4,6 +4,18 @@ [1]: https://pypi.org/project/pandas-gbq/#history +## [0.35.1](https://github.com/googleapis/google-cloud-python/compare/pandas-gbq-v0.35.0...pandas-gbq-v0.35.1) (2026-07-25) + + +### Features + +* **pandas-gbq:** add Ruff format session and implement mypy ([#17041](https://github.com/googleapis/google-cloud-python/issues/17041)) ([9065368](https://github.com/googleapis/google-cloud-python/commit/9065368d767d3d16347a109c23fd6d35c4fd3968)) + + +### Documentation + +* add project ID to pandas-gbq run sample ([#17692](https://github.com/googleapis/google-cloud-python/issues/17692)) ([bd5d1a4](https://github.com/googleapis/google-cloud-python/commit/bd5d1a4b100cd1d22fc19da75d07a0b47396edd3)) + ## [0.35.0](https://github.com/googleapis/google-cloud-python/compare/pandas-gbq-v0.34.1...pandas-gbq-v0.35.0) (2026-04-09) diff --git a/packages/pandas-gbq/pandas_gbq/version.py b/packages/pandas-gbq/pandas_gbq/version.py index 0cf8e377ced7..5f4c5cf5aa60 100644 --- a/packages/pandas-gbq/pandas_gbq/version.py +++ b/packages/pandas-gbq/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.35.0" +__version__ = "0.35.1"