Release v1.4.5.

This commit is contained in:
Craig Citro
2014-12-20 10:16:37 -08:00
parent 2b93c98ab1
commit 481b4b6310
2 changed files with 9 additions and 1 deletions

View File

@@ -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

View File

@@ -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'