We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e66ea9 commit 3d3f986Copy full SHA for 3d3f986
oauth2client/__init__.py
@@ -1,6 +1,6 @@
1
"""Client library for using OAuth2, especially with Google APIs."""
2
3
-__version__ = '1.2'
+__version__ = '1.3'
4
5
GOOGLE_AUTH_URI = 'https://accounts.google.com/o/oauth2/auth'
6
GOOGLE_DEVICE_URI = 'https://accounts.google.com/o/oauth2/device/code'
0 commit comments