aboutsummaryrefslogtreecommitdiff
path: root/oauth2client
diff options
context:
space:
mode:
authorJon Wayne Parrott <jon.wayne.parrott@gmail.com>2016-04-15 12:52:15 -0700
committerJon Wayne Parrott <jon.wayne.parrott@gmail.com>2016-04-15 12:52:15 -0700
commit4a2ffbab026a79bb9fbc6d62defbfb13722a021b (patch)
treedb721b3d3022fb2d25c4a4161d5c3e85d883fa5c /oauth2client
parent421ae37073f4cd81b8d1cb3eef2de275a6b56aeb (diff)
downloadoauth2client-4a2ffbab026a79bb9fbc6d62defbfb13722a021b.tar.gz
Release v2.0.2.
Diffstat (limited to 'oauth2client')
-rw-r--r--oauth2client/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oauth2client/__init__.py b/oauth2client/__init__.py
index d8ed98c..ed6017c 100644
--- a/oauth2client/__init__.py
+++ b/oauth2client/__init__.py
@@ -14,7 +14,7 @@
"""Client library for using OAuth2, especially with Google APIs."""
-__version__ = '2.0.1'
+__version__ = '2.0.2'
GOOGLE_AUTH_URI = 'https://accounts.google.com/o/oauth2/v2/auth'
GOOGLE_DEVICE_URI = 'https://accounts.google.com/o/oauth2/device/code'