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.
2 parents 592a1c8 + 94ba549 commit c202735Copy full SHA for c202735
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# CHANGELOG
2
3
+## v1.4.9
4
+
5
+* Ensure that the ADC fails if we try to *write* the well-known file to a
6
+ directory that doesn't exist, but not if we try to *read* from one.
7
8
## v1.4.8
9
10
* Better handling of `body` during token refresh when `body` is a stream.
oauth2client/__init__.py
@@ -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'
0 commit comments