aboutsummaryrefslogtreecommitdiff
path: root/oauth2client
diff options
context:
space:
mode:
authorSpyros Trigazis <strigazi@gmail.com>2017-06-29 21:08:07 +0200
committerJon Wayne Parrott <jonwayne@google.com>2017-06-29 12:08:07 -0700
commitd94570eb39d6901695153adbaf4c5dbccda80471 (patch)
tree94ee004c336440a97897a50dc650eda33c356ece /oauth2client
parent98c0a1a8c82cf46549bc7337343039c5af941730 (diff)
downloadoauth2client-d94570eb39d6901695153adbaf4c5dbccda80471.tar.gz
Release v4.1.2 (#721)
Signed-off-by: Spyros Trigazis <strigazi@gmail.com>
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 2d938e1..31dd701 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.1'
+__version__ = '4.1.2'
GOOGLE_AUTH_URI = 'https://accounts.google.com/o/oauth2/v2/auth'
GOOGLE_DEVICE_URI = 'https://accounts.google.com/o/oauth2/device/code'