Release v1.4.5.
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
v1.4.5
|
||||
Version 1.4.5
|
||||
|
||||
Set a shorter timeout for an Application Default Credentials issue on some
|
||||
networks. (#93, #101)
|
||||
Test cleanup, switch from mox to mock. (#103)
|
||||
Switch docs to sphinx from epydoc.
|
||||
|
||||
v1.4.4
|
||||
Version 1.4.4
|
||||
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user