Skip to content

Commit 9d2a127

Browse files
chore(main): release 0.23.1
1 parent 44b8a8e commit 9d2a127

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.23.1](https://github.com/googleapis/python-bigquery-pandas/compare/v0.23.0...v0.23.1) (2024-05-29)
4+
5+
6+
### Bug Fixes
7+
8+
* Clean up nox sessions to uniformly displays package versions for debug purposes ([#777](https://github.com/googleapis/python-bigquery-pandas/issues/777)) ([44b8a8e](https://github.com/googleapis/python-bigquery-pandas/commit/44b8a8e7a7372d285dc31e69eeb14357df1c8f17))
9+
* Handle None when converting numerics to parquet ([#768](https://github.com/googleapis/python-bigquery-pandas/issues/768)) ([53a4683](https://github.com/googleapis/python-bigquery-pandas/commit/53a46833a320963d5c15427f6eb631e0199fb332))
10+
11+
12+
### Documentation
13+
14+
* Use a short-link to BigQuery DataFrames ([#773](https://github.com/googleapis/python-bigquery-pandas/issues/773)) ([7cd4287](https://github.com/googleapis/python-bigquery-pandas/commit/7cd4287ae70861e4949487db578ab1916d853029))
15+
316
## [0.23.0](https://github.com/googleapis/python-bigquery-pandas/compare/v0.22.0...v0.23.0) (2024-05-20)
417

518

pandas_gbq/version.py

+1-1
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.23.0"
5+
__version__ = "0.23.1"

0 commit comments

Comments
 (0)