Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8430fac

Browse files
chore: release 1.12.5 (googleapis#1075)
🤖 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 ([googleapis#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).
1 parent 86d8788 commit 8430fac

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### [1.12.5](https://www.github.com/googleapis/google-api-python-client/compare/v1.12.4...v1.12.5) (2020-10-22)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
310
### [1.12.4](https://www.github.com/googleapis/google-api-python-client/compare/v1.12.3...v1.12.4) (2020-10-20)
411

512

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
with io.open(readme_filename, encoding="utf-8") as readme_file:
5050
readme = readme_file.read()
5151

52-
version = "1.12.4"
52+
version = "1.12.5"
5353

5454
setup(
5555
name="google-api-python-client",

0 commit comments

Comments
 (0)