Skip to content

Commit 9311b17

Browse files
committed
chore: create a release
1 parent 516f986 commit 9311b17

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.librarian/state.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:c8612d3fffb3f6a32353b2d1abd16b61e87811866f7ec9d65b59b02eb452a620
22
libraries:
33
- id: pandas-gbq
4-
version: 0.32.0
4+
version: 0.33.0
55
last_generated_commit: ""
66
apis: []
77
source_roots:

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
[1]: https://pypi.org/project/pandas-gbq/#history
66

7+
## [0.33.0](https://github.com/googleapis/google-cloud-python/compare/pandas-gbq-v0.32.0...pandas-gbq-v0.33.0) (2026-01-05)
8+
9+
10+
### Features
11+
12+
* add dry run to the read_gbq function (#979) ([516f986f6935c9a6426e6a9b1702cb2002916362](https://github.com/googleapis/google-cloud-python/commit/516f986f6935c9a6426e6a9b1702cb2002916362))
13+
714
## [0.32.0](https://github.com/googleapis/google-cloud-python/compare/pandas-gbq-v0.31.1...pandas-gbq-v0.32.0) (2025-12-16)
815

916

pandas_gbq/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Use of this source code is governed by a BSD-style
33
# license that can be found in the LICENSE file.
44

5-
__version__ = "0.32.0"
5+
__version__ = "0.33.0"

0 commit comments

Comments
 (0)