aboutsummaryrefslogtreecommitdiff
path: root/oauth2client
diff options
context:
space:
mode:
authorJon Wayne Parrott <jonwayne@google.com>2016-10-14 10:53:53 -0700
committerGitHub <noreply@github.com>2016-10-14 10:53:53 -0700
commita731be362014d61630044c46495c5b750437ab88 (patch)
tree5037224d7f66c5b9e5ee825d4b3214638f90e1bc /oauth2client
parent3eb691fc469ed6afe6f7a8b7bfe00c95dad46c73 (diff)
downloadoauth2client-a731be362014d61630044c46495c5b750437ab88.tar.gz
Release v4.0.0 (#666)
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 28384bb..ef19360 100644
--- a/oauth2client/__init__.py
+++ b/oauth2client/__init__.py
@@ -14,7 +14,7 @@
"""Client library for using OAuth2, especially with Google APIs."""
-__version__ = '3.0.0'
+__version__ = '4.0.0'
GOOGLE_AUTH_URI = 'https://accounts.google.com/o/oauth2/v2/auth'
GOOGLE_DEVICE_URI = 'https://accounts.google.com/o/oauth2/device/code'