commit | 8430faca51ff8df24b5dd186ceba16e29ec41411 | [log] [tgz] |
---|---|---|
author | release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> | Thu Oct 22 15:06:03 2020 +0000 |
committer | GitHub <noreply@github.com> | Thu Oct 22 15:06:03 2020 +0000 |
tree | 2120ea193f4a59205aa80a3093aaf06be395cee0 | |
parent | 86d8788ee8a766ca6818620f3fd2899be0e44190 [diff] |
chore: release 1.12.5 (#1075) :robot: I have created a release \*beep\* \*boop\* --- ### [1.12.5](https://www.github.com/googleapis/google-api-python-client/compare/v1.12.4...v1.12.5) (2020-10-22) ### Bug Fixes * don't raise when downloading zero byte files ([#1074](https://www.github.com/googleapis/google-api-python-client/issues/1074)) ([86d8788](https://www.github.com/googleapis/google-api-python-client/commit/86d8788ee8a766ca6818620f3fd2899be0e44190)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
diff --git a/CHANGELOG.md b/CHANGELOG.md index daa081d..dd976ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md
@@ -1,5 +1,12 @@ # Changelog +### [1.12.5](https://www.github.com/googleapis/google-api-python-client/compare/v1.12.4...v1.12.5) (2020-10-22) + + +### Bug Fixes + +* don't raise when downloading zero byte files ([#1074](https://www.github.com/googleapis/google-api-python-client/issues/1074)) ([86d8788](https://www.github.com/googleapis/google-api-python-client/commit/86d8788ee8a766ca6818620f3fd2899be0e44190)) + ### [1.12.4](https://www.github.com/googleapis/google-api-python-client/compare/v1.12.3...v1.12.4) (2020-10-20)
diff --git a/setup.py b/setup.py index 33f7e5a..d4428d4 100644 --- a/setup.py +++ b/setup.py
@@ -49,7 +49,7 @@ with io.open(readme_filename, encoding="utf-8") as readme_file: readme = readme_file.read() -version = "1.12.4" +version = "1.12.5" setup( name="google-api-python-client",