File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
10
### [ 1.12.2] ( https://www.github.com/googleapis/google-api-python-client/compare/v1.12.1...v1.12.2 ) (2020-09-23)
4
11
5
12
Original file line number Diff line number Diff line change 49
49
with io .open (readme_filename , encoding = "utf-8" ) as readme_file :
50
50
readme = readme_file .read ()
51
51
52
- version = "1.12.2 "
52
+ version = "1.12.3 "
53
53
54
54
setup (
55
55
name = "google-api-python-client" ,
You can’t perform that action at this time.
0 commit comments