From cadec899657213dfff65299567225df6e2ba239f Mon Sep 17 00:00:00 2001 From: Jon Wayne Parrott Date: Wed, 2 Nov 2016 23:48:41 -0700 Subject: [PATCH] Release v0.2.0 --- CHANGELOG.rst | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f34fe0c64..f96a9dd83 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,14 @@ Changelog ========= +v0.2.0 +------ + +- Added gRPC support. (#67) +- Added Requests support. (#66) +- Added ``google.auth.credentials.with_scopes_if_required`` helper. (#65) +- Added private helper for oauth2client migration. (#70) + v0.1.0 ------ diff --git a/setup.py b/setup.py index d9d903ba3..a0f5ec75d 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ setup( name='google-auth', - version='0.1.0', + version='0.2.0', author='Google Cloud Platform', author_email='jonwayne+google-auth@google.com', description='Google Authentication Library',