Update for v1.4.9 release.

This commit is contained in:
Craig Citro
2015-05-14 07:16:15 -07:00
parent 592a1c88e3
commit 94ba5494f3
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
# CHANGELOG
## v1.4.9
* Ensure that the ADC fails if we try to *write* the well-known file to a
directory that doesn't exist, but not if we try to *read* from one.
## v1.4.8
* Better handling of `body` during token refresh when `body` is a stream.

View File

@@ -1,6 +1,6 @@
"""Client library for using OAuth2, especially with Google APIs."""
__version__ = '1.4.8'
__version__ = '1.4.9'
GOOGLE_AUTH_URI = 'https://accounts.google.com/o/oauth2/auth'
GOOGLE_DEVICE_URI = 'https://accounts.google.com/o/oauth2/device/code'