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

Skip to content

Commit a527de2

Browse files
chore: release 1.12.3 (googleapis#1051)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent c00f70d commit a527de2

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.3](https://www.github.com/googleapis/google-api-python-client/compare/v1.12.2...v1.12.3) (2020-09-29)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update setup.py to install httplib2>=0.15.0 ([#1050](https://www.github.com/googleapis/google-api-python-client/issues/1050)) ([c00f70d](https://www.github.com/googleapis/google-api-python-client/commit/c00f70d565a002b92374356be087927b131ce135))
9+
310
### [1.12.2](https://www.github.com/googleapis/google-api-python-client/compare/v1.12.1...v1.12.2) (2020-09-23)
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.2"
52+
version = "1.12.3"
5353

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

0 commit comments

Comments
 (0)