Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 60703fa

Browse files
chore(main): release 2.5.1
1 parent 7269512 commit 60703fa

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

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/bigframes/#history
66

7+
## [2.5.1](https://github.com/googleapis/python-bigquery-dataframes/compare/v2.5.0...v2.5.1) (2025-06-02)
8+
9+
10+
### Bug Fixes
11+
12+
* Replace function now can handle bpd.NA value. ([#1786](https://github.com/googleapis/python-bigquery-dataframes/issues/1786)) ([7269512](https://github.com/googleapis/python-bigquery-dataframes/commit/7269512a28eb42029447d5380c764353278a74e1))
13+
714
## [2.5.0](https://github.com/googleapis/python-bigquery-dataframes/compare/v2.4.0...v2.5.0) (2025-05-30)
815

916

bigframes/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.5.0"
15+
__version__ = "2.5.1"
1616

1717
# {x-release-please-start-date}
18-
__release_date__ = "2025-05-30"
18+
__release_date__ = "2025-06-02"
1919
# {x-release-please-end}

third_party/bigframes_vendored/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.5.0"
15+
__version__ = "2.5.1"
1616

1717
# {x-release-please-start-date}
18-
__release_date__ = "2025-05-30"
18+
__release_date__ = "2025-06-02"
1919
# {x-release-please-end}

0 commit comments

Comments
 (0)