File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ v1.0.2
5+ ------
6+
7+ - Fixed a bug where the Cloud SDK executable could not be found on Windows, leading to project ID detection failing. (#179)
8+ - Fixed a bug where the timeout argument wasn't being passed through the httplib transport correctly. (#175)
9+ - Added documentation for using the library on Google App Engine standard. (#172)
10+ - Testing style updates. (#168)
11+ - Added documentation around the oauth2client deprecation. (#165)
12+ - Fixed a few lint issues caught by newer versions of pylint. (#166)
13+
414v1.0.1
515------
616
Original file line number Diff line number Diff line change 3232
3333setup (
3434 name = 'google-auth' ,
35- version = '1.0.1 ' ,
35+ version = '1.0.2 ' ,
3636 author = 'Google Cloud Platform' ,
37373838 description = 'Google Authentication Library' ,
You can’t perform that action at this time.
0 commit comments