Skip to content

Commit 7ea1fdd

Browse files
release-please[bot]busunkim96
authored andcommitted
chore: release 1.7.1 (#388)
1 parent 78b4655 commit 7ea1fdd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/google-auth/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
[1]: https://pypi.org/project/google-auth/#history
66

7+
### [1.7.1](https://www.github.com/googleapis/google-auth-library-python/compare/v1.7.0...v1.7.1) (2019-11-13)
8+
9+
10+
### Bug Fixes
11+
12+
* change 'internal_failure' condition to also use `error' field ([#387](https://www.github.com/googleapis/google-auth-library-python/issues/387)) ([46bb58e](https://www.github.com/googleapis/google-auth-library-python/commit/46bb58e694716908a5ed00f05dbb794cdec667dd))
13+
714
## 1.7.0
815

916
10-30-2019 17:11 PDT

packages/google-auth/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
with io.open("README.rst", "r") as fh:
3131
long_description = fh.read()
3232

33-
version = "1.7.0"
33+
version = "1.7.1"
3434

3535
setup(
3636
name="google-auth",

0 commit comments

Comments
 (0)