Skip to content

Commit a178757

Browse files
chore(main): release bigframes 2.48.0
1 parent 7d2bc21 commit a178757

5 files changed

Lines changed: 11 additions & 4 deletions

File tree

.release-please-individual-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/bigframes": "2.47.0",
2+
"packages/bigframes": "2.48.0",
33
"packages/google-cloud-bigquery": "3.42.3",
44
"packages/google-crc32c": "1.8.0",
55
"packages/pandas-gbq": "0.35.0"

librarian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ default:
7474
library_type: GAPIC_AUTO
7575
libraries:
7676
- name: bigframes
77-
version: 2.47.0
77+
version: 2.48.0
7878
python:
7979
library_type: INTEGRATION
8080
- name: bigquery-magics

packages/bigframes/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.48.0](https://github.com/googleapis/google-cloud-python/compare/bigframes-v2.47.0...bigframes-v2.48.0) (2026-08-03)
8+
9+
10+
### Features
11+
12+
* **bigframes:** Transpiler supports more string ops ([#17693](https://github.com/googleapis/google-cloud-python/issues/17693)) ([7d2bc21](https://github.com/googleapis/google-cloud-python/commit/7d2bc213caabb23eef04e8242e1a05351013d217))
13+
714
## [2.47.0](https://github.com/googleapis/google-cloud-python/compare/bigframes-v2.46.0...bigframes-v2.47.0) (2026-08-03)
815

916

packages/bigframes/bigframes/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.47.0"
15+
__version__ = "2.48.0"
1616

1717
# {x-release-please-start-date}
1818
__release_date__ = "2026-06-12"

packages/bigframes/third_party/bigframes_vendored/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.47.0"
15+
__version__ = "2.48.0"
1616

1717
# {x-release-please-start-date}
1818
__release_date__ = "2026-06-12"

0 commit comments

Comments
 (0)