From c51e0b1da7016a580d0c4b6f2f00fd68681ffd00 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Thu, 4 Jan 2018 10:25:57 -0500 Subject: [PATCH 1/2] Prep bigquery-0.29.0 release. --- bigquery/CHANGELOG.md | 6 +++--- bigquery/setup.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bigquery/CHANGELOG.md b/bigquery/CHANGELOG.md index 9061e4ad353f..dd01d5cce1bd 100644 --- a/bigquery/CHANGELOG.md +++ b/bigquery/CHANGELOG.md @@ -4,9 +4,9 @@ [1]: https://pypi.org/project/google-cloud-bigquery/#history -## 0.29.0 (unreleased) +## 0.29.0 -## Interface changes / additions +### Interface changes / additions - Add `to_dataframe()` method to row iterators. When Pandas is installed this method returns a `DataFrame` containing the query's or table's rows. @@ -22,7 +22,7 @@ ([#4393](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/4393), [#4413](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/4413)) -## Interface changes / breaking changes +### Interface changes / breaking changes - Add `Client.insert_rows()` and `Client.insert_rows_json()`, deprecate `Client.create_rows()` and `Client.create_rows_json()`. diff --git a/bigquery/setup.py b/bigquery/setup.py index 8d108c9c4dec..c389b70f9898 100644 --- a/bigquery/setup.py +++ b/bigquery/setup.py @@ -64,7 +64,7 @@ setup( name='google-cloud-bigquery', - version='0.28.1.dev1', + version='0.29.0', description='Python Client for Google BigQuery', long_description=README, namespace_packages=[ From 122e087a274fff79158c6693267f67dc1f658b11 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Thu, 4 Jan 2018 11:39:47 -0500 Subject: [PATCH 2/2] Touch one more base. --- docs/bigquery/releases.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/bigquery/releases.rst b/docs/bigquery/releases.rst index e4e8a6cd92cd..b83de4abcec2 100644 --- a/docs/bigquery/releases.rst +++ b/docs/bigquery/releases.rst @@ -12,3 +12,4 @@ * ``0.26.0`` (`PyPI `__, `Release Notes `__) * ``0.27.0`` (`PyPI `__, `Release Notes `__) * ``0.28.0`` (`PyPI `__, `Release Notes `__) +* ``0.29.0`` (`PyPI `__, `Release Notes `__)