Skip to content

Commit

Permalink
chore: release 1.7.1 (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored and busunkim96 committed Nov 13, 2019
1 parent 7abcfd6 commit 3a46178
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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

### [1.7.1](https://github.com/googleapis/google-auth-library-python/compare/v1.7.0...v1.7.1) (2019-11-13)


### Bug Fixes

* change 'internal_failure' condition to also use `error' field ([#387](https://github.com/googleapis/google-auth-library-python/issues/387)) ([46bb58e](https://github.com/googleapis/google-auth-library-python/commit/46bb58e694716908a5ed00f05dbb794cdec667dd))

## 1.7.0

10-30-2019 17:11 PDT
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
with io.open("README.rst", "r") as fh:
long_description = fh.read()

version = "1.7.0"
version = "1.7.1"

setup(
name="google-auth",
Expand Down

0 comments on commit 3a46178

Please sign in to comment.