Skip to content

Commit

Permalink
Prep bigquery-0.29.0 release. (#4690)
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver authored Jan 4, 2018
1 parent 155343a commit fc31a25
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions bigquery/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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()`.
Expand Down
2 changes: 1 addition & 1 deletion bigquery/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down
1 change: 1 addition & 0 deletions docs/bigquery/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
* ``0.26.0`` (`PyPI <https://pypi.org/project/google-cloud-bigquery/0.26.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/bigquery-0.26.0>`__)
* ``0.27.0`` (`PyPI <https://pypi.org/project/google-cloud-bigquery/0.27.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/bigquery-0.27.0>`__)
* ``0.28.0`` (`PyPI <https://pypi.org/project/google-cloud-bigquery/0.28.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/bigquery-0.28.0>`__)
* ``0.29.0`` (`PyPI <https://pypi.org/project/google-cloud-bigquery/0.29.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/bigquery-0.29.0>`__)

0 comments on commit fc31a25

Please sign in to comment.