aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorrelease-please[bot] <55107282+release-please[bot]@users.noreply.github.com>2020-05-07 00:24:11 +0000
committerGitHub <noreply@github.com>2020-05-07 00:24:11 +0000
commit7c9e8c23135beee632f1904a7128749e8b9b11c9 (patch)
tree708425488ffa29d8c5da5ba7bc08c5e49765281f /setup.py
parent9b7228ec849e311bcb4007ad3e23cf2f1e54a721 (diff)
downloadgoogle-auth-library-python-7c9e8c23135beee632f1904a7128749e8b9b11c9.tar.gz
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).
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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",