From 811d5700dc57daa8109820ba65de1b91db1e3369 Mon Sep 17 00:00:00 2001 From: Jon Wayne Parrott Date: Wed, 11 Jan 2017 14:45:20 -0800 Subject: [PATCH] Release v1.6.1 (#329) --- CHANGELOG | 7 +++++++ googleapiclient/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 3a754d11efb..530945196f5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +v1.6.1 + Version 1.6.1 + + Bugfix release + + - Fixed a bug where using google-auth with scoped credentials would fail. (#328) + v1.6.0 Version 1.6.0 diff --git a/googleapiclient/__init__.py b/googleapiclient/__init__.py index 84d76870331..1d2baf161d9 100644 --- a/googleapiclient/__init__.py +++ b/googleapiclient/__init__.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "1.6.0" +__version__ = "1.6.1" # Set default logging handler to avoid "No handler found" warnings. import logging