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

Skip to content

Commit 54aa94d

Browse files
chore: release 1.8.3 (googleapis#887)
1 parent dd49464 commit 54aa94d

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.8.3](https://www.github.com/googleapis/google-api-python-client/compare/v1.8.2...v1.8.3) (2020-05-01)
4+
5+
6+
### Bug Fixes
7+
8+
* downgrade repetitive logging calls to debug ([#885](https://www.github.com/googleapis/google-api-python-client/issues/885)) ([3bf2781](https://www.github.com/googleapis/google-api-python-client/commit/3bf2781e29cb828409f3a8a21939323286524569)), closes [#781](https://www.github.com/googleapis/google-api-python-client/issues/781)
9+
310
### [1.8.2](https://www.github.com/googleapis/google-api-python-client/compare/v1.8.1...v1.8.2) (2020-04-21)
411

512

setup.py

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

55-
version = "1.8.2"
55+
version = "1.8.3"
5656

5757
setup(
5858
name="google-api-python-client",

0 commit comments

Comments
 (0)