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 2b93c98 commit 481b4b6Copy full SHA for 481b4b6
CHANGELOG
@@ -1,3 +1,11 @@
1
+v1.4.5
2
+ Version 1.4.5
3
+
4
+ Set a shorter timeout for an Application Default Credentials issue on some
5
+ networks. (#93, #101)
6
+ Test cleanup, switch from mox to mock. (#103)
7
+ Switch docs to sphinx from epydoc.
8
9
v1.4.4
10
Version 1.4.4
11
oauth2client/__init__.py
@@ -1,6 +1,6 @@
"""Client library for using OAuth2, especially with Google APIs."""
-__version__ = '1.4.4'
+__version__ = '1.4.5'
GOOGLE_AUTH_URI = 'https://accounts.google.com/o/oauth2/auth'
GOOGLE_DEVICE_URI = 'https://accounts.google.com/o/oauth2/device/code'
0 commit comments