From e9de07d565636618c42d5d8477fdce6a177f405b Mon Sep 17 00:00:00 2001 From: Tim Swast Date: Wed, 3 Jan 2018 09:26:35 -0800 Subject: [PATCH] DOC: Add release date for 0.3.0 to changelog. Preparing for a release today. --- docs/source/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 78c4d6e4..1cd36a41 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,7 +1,7 @@ Changelog ========= -0.3.0 / 2017-??-?? +0.3.0 / 2018-01-03 ------------------ - Use the `google-cloud-bigquery `__ library for API calls. The ``google-cloud-bigquery`` package is a new dependency, and dependencies on ``google-api-python-client`` and ``httplib2`` are removed. See the `installation guide `__ for more details. (:issue:`93`)