File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ * 1.1.0:
2+ - Install googleapis-common-protos to expose google.longrunning for LRO
3+ support.
4+
15* 1.0.1:
26- Fix bug in import path from issues #45 and #44.
37
Original file line number Diff line number Diff line change 2020import google .ads .google_ads .errors
2121
2222
23- VERSION = '1.0.1 '
23+ VERSION = '1.1.0 '
Original file line number Diff line number Diff line change 2020 'enum34; python_version < "3.4"' ,
2121 'google-auth-oauthlib >= 0.0.1, < 1.0.0' ,
2222 'google-api-core == 1.7.0' ,
23+ 'googleapis-common-protos >= 1.5.8, < 2.0.0' ,
2324 'grpcio == 1.18.0' ,
2425 'PyYAML >= 4.2b1, < 5.0' ,
2526]
3435
3536setup (
3637 name = 'google-ads' ,
37- version = '1.0.1 ' ,
38+ version = '1.1.0 ' ,
3839 author = 'Google LLC' ,
3940 author_email = 'googleapis-packages@google.com' ,
4041 classifiers = [
You can’t perform that action at this time.
0 commit comments