From 98577136be4c04c362484aa224e305dcc65a0788 Mon Sep 17 00:00:00 2001 From: Jon Wayne Parrott Date: Wed, 8 Feb 2017 14:52:13 -0800 Subject: [PATCH] Release v0.6.0 (#107) --- CHANGELOG.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b54447435..3cd54808b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,12 @@ Changelog ========= +v0.6.0 +------ + +- Added experimental integration with ``requests-oauthlib`` in ``google.oauth2.oauthlib`` and ``google.oauth2.flow``. (#100, #105, #106) +- Fixed typo in ``google_auth_httplib2``'s README. (#105) + v0.5.0 ------ diff --git a/setup.py b/setup.py index 8dc9e717d..644c52dd9 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ setup( name='google-auth', - version='0.5.0', + version='0.6.0', author='Google Cloud Platform', author_email='jonwayne+google-auth@google.com', description='Google Authentication Library',