From b849300fa50f8b8173eecc6701572b1a2e21fa5f Mon Sep 17 00:00:00 2001 From: Dmitry L Date: Wed, 30 Nov 2016 18:33:32 +0300 Subject: [PATCH] Change whatsnew 0.19.2 -> 0.20.0 --- doc/source/whatsnew/v0.19.2.txt | 7 ------- doc/source/whatsnew/v0.20.0.txt | 7 +++++++ pandas/io/gbq.py | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/source/whatsnew/v0.19.2.txt b/doc/source/whatsnew/v0.19.2.txt index 07bb20c22b913..5a255d1e62043 100644 --- a/doc/source/whatsnew/v0.19.2.txt +++ b/doc/source/whatsnew/v0.19.2.txt @@ -65,10 +65,3 @@ Bug Fixes - Explicit check in ``to_stata`` and ``StataWriter`` for out-of-range values when writing doubles (:issue:`14618`) - -.. _whatsnew_0192.gbq: - -Google BigQuery Enhancements -^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -- The :func:`read_gbq` method now allows query configuration preferences diff --git a/doc/source/whatsnew/v0.20.0.txt b/doc/source/whatsnew/v0.20.0.txt index 03e0cae6cc83f..a01c5228bf081 100644 --- a/doc/source/whatsnew/v0.20.0.txt +++ b/doc/source/whatsnew/v0.20.0.txt @@ -83,3 +83,10 @@ Performance Improvements Bug Fixes ~~~~~~~~~ + +.. _whatsnew_0200.gbq: + +Google BigQuery Enhancements +^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +- The :func:`read_gbq` method now allows query configuration preferences \ No newline at end of file diff --git a/pandas/io/gbq.py b/pandas/io/gbq.py index bdee637967944..452bac3e97f6b 100644 --- a/pandas/io/gbq.py +++ b/pandas/io/gbq.py @@ -691,7 +691,7 @@ def read_gbq(query, project_id=None, index_col=None, col_order=None, For more information see `BigQuery SQL Reference ` - .. versionadded:: 0.19.2 + .. versionadded:: 0.20.0 Returns -------