Skip to content

Commit 1f93868

Browse files
author
Jon Wayne Parrott
authored
Release v1.0.2 (#180)
1 parent 4921d44 commit 1f93868

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Changelog
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+
414
v1.0.1
515
------
616

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
setup(
3434
name='google-auth',
35-
version='1.0.1',
35+
version='1.0.2',
3636
author='Google Cloud Platform',
3737
author_email='[email protected]',
3838
description='Google Authentication Library',

0 commit comments

Comments
 (0)