aboutsummaryrefslogtreecommitdiff
path: root/oauth2client
diff options
context:
space:
mode:
authorTomas Reimers <tomasreimers@gmail.com>2017-06-07 00:04:26 +0800
committerJon Wayne Parrott <jonwayne@google.com>2017-06-06 09:04:26 -0700
commit97320af2733f7bdbe47f067327610e348f953ae1 (patch)
tree7445001c6a6eb284512d7fd34fa52c64622b8a68 /oauth2client
parenta1da72d15c653c7bd5221211c9a2e7ce2e6341a5 (diff)
downloadoauth2client-97320af2733f7bdbe47f067327610e348f953ae1.tar.gz
Release v4.1.1 (#718)
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 30edb18..2d938e1 100644
--- a/oauth2client/__init__.py
+++ b/oauth2client/__init__.py
@@ -14,7 +14,7 @@
"""Client library for using OAuth2, especially with Google APIs."""
-__version__ = '4.1.0'
+__version__ = '4.1.1'
GOOGLE_AUTH_URI = 'https://accounts.google.com/o/oauth2/v2/auth'
GOOGLE_DEVICE_URI = 'https://accounts.google.com/o/oauth2/device/code'