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

Skip to content

Commit cc83ec2

Browse files
chore: release 1.9.3 (googleapis#941)
* updated CHANGELOG.md [ci skip] * updated setup.py Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 19908ed commit cc83ec2

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.9.3](https://www.github.com/googleapis/google-api-python-client/compare/v1.9.2...v1.9.3) (2020-06-10)
4+
5+
6+
### Bug Fixes
7+
8+
* update GOOGLE_API_USE_MTLS values ([#940](https://www.github.com/googleapis/google-api-python-client/issues/940)) ([19908ed](https://www.github.com/googleapis/google-api-python-client/commit/19908edcd8a3df1db41e34100acc1f15c3c99397))
9+
310
### [1.9.2](https://www.github.com/googleapis/google-api-python-client/compare/v1.9.1...v1.9.2) (2020-06-04)
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.9.2"
55+
version = "1.9.3"
5656

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

0 commit comments

Comments
 (0)