commit | 85c2bac0feca0c41d78c72be47f79491be836129 | [log] [tgz] |
---|---|---|
author | release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> | Thu Jun 11 23:22:10 2020 +0000 |
committer | GitHub <noreply@github.com> | Thu Jun 11 23:22:10 2020 +0000 |
tree | 63a284d251a7836aa33a78d930ff4c35a8588fd7 | |
parent | 9434868a6789464549af1d4562f62d8a899b6809 [diff] [blame] |
chore: release 1.17.1 (#529) :robot: I have created a release \*beep\* \*boop\* --- ### [1.17.1](https://www.github.com/googleapis/google-auth-library-python/compare/v1.17.0...v1.17.1) (2020-06-11) ### Bug Fixes * narrow acceptable RSA versions to maintain Python 2 compatability ([#528](https://www.github.com/googleapis/google-auth-library-python/issues/528)) ([9434868](https://www.github.com/googleapis/google-auth-library-python/commit/9434868a6789464549af1d4562f62d8a899b6809)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
diff --git a/setup.py b/setup.py index 0762da8..a278ac2 100644 --- a/setup.py +++ b/setup.py
@@ -32,7 +32,7 @@ with io.open("README.rst", "r") as fh: long_description = fh.read() -version = "1.17.0" +version = "1.17.1" setup( name="google-auth",