Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .librarian/state.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator:latest
libraries:
- id: pandas-gbq
version: 0.30.0
version: 0.31.0
last_generated_commit: ""
apis: []
source_roots:
- .
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-11)


### Features

* some feature ([74598c1c039584b7f27e0d6c0de4bdb14fa659b0](https://github.com/googleapis/google-cloud-python/commit/74598c1c039584b7f27e0d6c0de4bdb14fa659b0))

## [0.30.0](https://github.com/googleapis/python-bigquery-pandas/compare/v0.29.2...v0.30.0) (2025-10-31)


Expand Down
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

from __future__ import absolute_import


from functools import wraps
import os
import pathlib
Expand Down
2 changes: 1 addition & 1 deletion pandas_gbq/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"