commit | cafb9e0403e7e0f6a1aefbde226e4a3b37924121 | [log] [tgz] |
---|---|---|
author | release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> | Tue Jun 02 17:34:04 2020 +0000 |
committer | GitHub <noreply@github.com> | Tue Jun 02 17:34:04 2020 +0000 |
tree | 47d338c46c47b85f063b85741f6b2339e13bf3fe | |
parent | 981eadf7cfdb576981d92fcda498c76422821426 [diff] [blame] |
chore: release 1.9.0 (#925) :robot: I have created a release \*beep\* \*boop\* --- ## [1.9.0](https://www.github.com/googleapis/google-api-python-client/compare/v1.8.4...v1.9.0) (2020-06-02) ### Features * add mtls feature ([#917](https://www.github.com/googleapis/google-api-python-client/issues/917)) ([981eadf](https://www.github.com/googleapis/google-api-python-client/commit/981eadf7cfdb576981d92fcda498c76422821426)) * add templates for python samples projects ([#506](https://www.github.com/googleapis/google-api-python-client/issues/506)) ([#924](https://www.github.com/googleapis/google-api-python-client/issues/924)) ([c482712](https://www.github.com/googleapis/google-api-python-client/commit/c482712935d1c1331e33bd7f9968bd3b2be223bb)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
diff --git a/setup.py b/setup.py index 6554583..8d6edae 100644 --- a/setup.py +++ b/setup.py
@@ -52,7 +52,7 @@ with io.open(readme_filename, encoding="utf-8") as readme_file: readme = readme_file.read() -version = "1.8.4" +version = "1.9.0" setup( name="google-api-python-client",