Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

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

### [1.16.1](https://github.com/googleapis/google-auth-library-python/compare/v1.16.0...v1.16.1) (2020-06-04)


### Bug Fixes

* fix impersonated cred exception doc ([#521](https://github.com/googleapis/google-auth-library-python/issues/521)) ([9d5a9a9](https://github.com/googleapis/google-auth-library-python/commit/9d5a9a9884fecbd698a602d2a9fd9bec6b987de7))
* replace environment variable GCE_METADATA_ROOT with GCE_METADATA_HOST ([#433](https://github.com/googleapis/google-auth-library-python/issues/433)) ([8ffb4d3](https://github.com/googleapis/google-auth-library-python/commit/8ffb4d3e832607869026444e5a071c5f3e225fd2)), closes [#339](https://github.com/googleapis/google-auth-library-python/issues/339)

## [1.16.0](https://github.com/googleapis/google-auth-library-python/compare/v1.15.0...v1.16.0) (2020-05-28)


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.16.0"
version = "1.16.1"

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

0 comments on commit 16df8a3

Please sign in to comment.