Skip to content

Commit fc31a25

Browse files
authored
Prep bigquery-0.29.0 release. (#4690)
1 parent 155343a commit fc31a25

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

bigquery/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
[1]: https://pypi.org/project/google-cloud-bigquery/#history
66

7-
## 0.29.0 (unreleased)
7+
## 0.29.0
88

9-
## Interface changes / additions
9+
### Interface changes / additions
1010

1111
- Add `to_dataframe()` method to row iterators. When Pandas is installed this
1212
method returns a `DataFrame` containing the query's or table's rows.
@@ -22,7 +22,7 @@
2222
([#4393](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/4393),
2323
[#4413](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/4413))
2424

25-
## Interface changes / breaking changes
25+
### Interface changes / breaking changes
2626

2727
- Add `Client.insert_rows()` and `Client.insert_rows_json()`, deprecate
2828
`Client.create_rows()` and `Client.create_rows_json()`.

bigquery/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
setup(
6666
name='google-cloud-bigquery',
67-
version='0.28.1.dev1',
67+
version='0.29.0',
6868
description='Python Client for Google BigQuery',
6969
long_description=README,
7070
namespace_packages=[

docs/bigquery/releases.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@
1212
* ``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>`__)
1313
* ``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>`__)
1414
* ``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>`__)
15+
* ``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 commit comments

Comments
 (0)