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.9.1] ( https://www.github.com/googleapis/google-api-python-client/compare/v1.9.0...v1.9.1 ) (2020-06-02)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * fix python-api-core dependency issue ([ #931 ] ( https://www.github.com/googleapis/google-api-python-client/issues/931 ) ) ([ 42028ed] ( https://www.github.com/googleapis/google-api-python-client/commit/42028ed2b2be47f85b70eb813185264f1f573d01 ) )
9
+
3
10
## [ 1.9.0] ( https://www.github.com/googleapis/google-api-python-client/compare/v1.8.4...v1.9.0 ) (2020-06-02)
4
11
5
12
Original file line number Diff line number Diff line change 52
52
with io .open (readme_filename , encoding = "utf-8" ) as readme_file :
53
53
readme = readme_file .read ()
54
54
55
- version = "1.9.0 "
55
+ version = "1.9.1 "
56
56
57
57
setup (
58
58
name = "google-api-python-client" ,
You can’t perform that action at this time.
0 commit comments