commit | 3cc9a454a9f11c2b14826e6d75950655f0457e7c | [log] [tgz] |
---|---|---|
author | Joe Gregorio <jcgregorio@google.com> | Thu Mar 07 10:08:39 2013 -0500 |
committer | Joe Gregorio <jcgregorio@google.com> | Thu Mar 07 10:08:39 2013 -0500 |
tree | 9c443e33469e99527d53772962871c2a4b07c843 | |
parent | f7b648f5281e17dfee86fe8eb048d5ff0a19ca81 [diff] [blame] |
Prepare for v1.1 release. Reviewed in https://codereview.appspot.com/7516045/.
diff --git a/oauth2client/__init__.py b/oauth2client/__init__.py index 13d949f..7e4e122 100644 --- a/oauth2client/__init__.py +++ b/oauth2client/__init__.py
@@ -1,4 +1,4 @@ -__version__ = "1.0" +__version__ = "1.1" GOOGLE_AUTH_URI = 'https://accounts.google.com/o/oauth2/auth' GOOGLE_REVOKE_URI = 'https://accounts.google.com/o/oauth2/revoke'