commit | 7c9e8c23135beee632f1904a7128749e8b9b11c9 | [log] [tgz] |
---|---|---|
author | release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> | Thu May 07 00:24:11 2020 +0000 |
committer | GitHub <noreply@github.com> | Thu May 07 00:24:11 2020 +0000 |
tree | 708425488ffa29d8c5da5ba7bc08c5e49765281f | |
parent | 9b7228ec849e311bcb4007ad3e23cf2f1e54a721 [diff] [blame] |
chore: release 1.14.2 (#505) :robot: I have created a release \*beep\* \*boop\* --- ### [1.14.2](https://www.github.com/googleapis/google-auth-library-python/compare/v1.14.1...v1.14.2) (2020-05-07) ### Bug Fixes * support string type response.data ([#504](https://www.github.com/googleapis/google-auth-library-python/issues/504)) ([9b7228e](https://www.github.com/googleapis/google-auth-library-python/commit/9b7228ec849e311bcb4007ad3e23cf2f1e54a721)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
diff --git a/setup.py b/setup.py index a0d279f..83075ec 100644 --- a/setup.py +++ b/setup.py
@@ -30,7 +30,7 @@ with io.open("README.rst", "r") as fh: long_description = fh.read() -version = "1.14.1" +version = "1.14.2" setup( name="google-auth",