diff --git a/.librarian/state.yaml b/.librarian/state.yaml index e37895f78d..9f1f77b0d3 100644 --- a/.librarian/state.yaml +++ b/.librarian/state.yaml @@ -1,7 +1,7 @@ image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:c8612d3fffb3f6a32353b2d1abd16b61e87811866f7ec9d65b59b02eb452a620 libraries: - id: bigframes - version: 2.32.0 + version: 2.33.0 last_generated_commit: "" apis: [] source_roots: diff --git a/CHANGELOG.md b/CHANGELOG.md index b49afe535c..85cad7153a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/bigframes/#history +## [2.33.0](https://github.com/googleapis/google-cloud-python/compare/bigframes-v2.32.0...bigframes-v2.33.0) (2026-01-06) + + +### Features + +* Configure Biome for Consistent Code Style (#2364) ([81e27b3d81da9b1684eae0b7f0b9abfd7badcc4f](https://github.com/googleapis/google-cloud-python/commit/81e27b3d81da9b1684eae0b7f0b9abfd7badcc4f)) + ## [2.32.0](https://github.com/googleapis/google-cloud-python/compare/bigframes-v2.31.0...bigframes-v2.32.0) (2026-01-05) diff --git a/bigframes/version.py b/bigframes/version.py index f36c6789c1..8ec0848f6c 100644 --- a/bigframes/version.py +++ b/bigframes/version.py @@ -12,8 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "2.32.0" +__version__ = "2.33.0" # {x-release-please-start-date} -__release_date__ = "2026-01-05" +__release_date__ = "2026-01-06" # {x-release-please-end} diff --git a/third_party/bigframes_vendored/version.py b/third_party/bigframes_vendored/version.py index f36c6789c1..8ec0848f6c 100644 --- a/third_party/bigframes_vendored/version.py +++ b/third_party/bigframes_vendored/version.py @@ -12,8 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "2.32.0" +__version__ = "2.33.0" # {x-release-please-start-date} -__release_date__ = "2026-01-05" +__release_date__ = "2026-01-06" # {x-release-please-end}