Skip to content

Commit

Permalink
Prep bigquery-0.29.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Jan 4, 2018
1 parent 155343a commit c51e0b1
Show file tree
Hide file tree
Showing 2 changed files with 4 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

0 comments on commit c51e0b1

Please sign in to comment.