File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1+ * 1.0.1:
2+ - Fix bug in import path from issues #45 and #44.
3+
14* 1.0.0:
25- Google Ads v1_0 release.
36- Move examples out of v0 directory.
Original file line number Diff line number Diff line change 2020import google .ads .google_ads .errors
2121
2222
23- VERSION = '1.0.0 '
23+ VERSION = '1.0.1 '
Original file line number Diff line number Diff line change 1616from __future__ import absolute_import
1717
1818
19- from google .ads .google_ads .1 import types
19+ from google .ads .google_ads .v1 import types
2020from google .ads .google_ads .v1 .services import account_budget_proposal_service_client
2121from google .ads .google_ads .v1 .services import account_budget_service_client
2222from google .ads .google_ads .v1 .services import ad_group_ad_label_service_client
Original file line number Diff line number Diff line change 3434
3535setup (
3636 name = 'google-ads' ,
37- version = '1.0.0 ' ,
37+ version = '1.0.1 ' ,
3838 author = 'Google LLC' ,
39394040 classifiers = [
You can’t perform that action at this time.
0 commit comments