commit | ce67bc2b09bc3fcdd37f1c00a704c4039b6b2c4e | [log] [tgz] |
---|---|---|
author | Joe Gregorio <jcgregorio@google.com> | Tue Jul 02 13:50:31 2013 -0400 |
committer | Joe Gregorio <jcgregorio@google.com> | Tue Jul 02 13:50:31 2013 -0400 |
tree | d3b8f036cb2bac8b604a13e1b38557c0e4f084a8 | |
parent | 700f13f3db1a9d1e3617eafa204459ba3f97ebd0 [diff] [blame] |
Pepare for v1.2 release. Reviewed in https://codereview.appspot.com/10841043/.
diff --git a/oauth2client/__init__.py b/oauth2client/__init__.py index 7e4e122..ac84748 100644 --- a/oauth2client/__init__.py +++ b/oauth2client/__init__.py
@@ -1,4 +1,4 @@ -__version__ = "1.1" +__version__ = "1.2" GOOGLE_AUTH_URI = 'https://accounts.google.com/o/oauth2/auth' GOOGLE_REVOKE_URI = 'https://accounts.google.com/o/oauth2/revoke'