From 7c9e8c23135beee632f1904a7128749e8b9b11c9 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 7 May 2020 00:24:11 +0000 Subject: 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). --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index a0d279f..83075ec 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ DEPENDENCIES = ( with io.open("README.rst", "r") as fh: long_description = fh.read() -version = "1.14.1" +version = "1.14.2" setup( name="google-auth", -- cgit v1.2.3