Skip to content

Commit b849300

Browse files
committed
Change whatsnew 0.19.2 -> 0.20.0
1 parent 640be7a commit b849300

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

doc/source/whatsnew/v0.19.2.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,3 @@ Bug Fixes
6565

6666

6767
- Explicit check in ``to_stata`` and ``StataWriter`` for out-of-range values when writing doubles (:issue:`14618`)
68-
69-
.. _whatsnew_0192.gbq:
70-
71-
Google BigQuery Enhancements
72-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
73-
74-
- The :func:`read_gbq` method now allows query configuration preferences

doc/source/whatsnew/v0.20.0.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,10 @@ Performance Improvements
8383

8484
Bug Fixes
8585
~~~~~~~~~
86+
87+
.. _whatsnew_0200.gbq:
88+
89+
Google BigQuery Enhancements
90+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
91+
92+
- The :func:`read_gbq` method now allows query configuration preferences

pandas/io/gbq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ def read_gbq(query, project_id=None, index_col=None, col_order=None,
691691
For more information see `BigQuery SQL Reference
692692
<https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs#configuration.query>`
693693
694-
.. versionadded:: 0.19.2
694+
.. versionadded:: 0.20.0
695695
696696
Returns
697697
-------

0 commit comments

Comments
 (0)