Skip to content

Commit 4f7e602

Browse files
author
David Wihl
committed
Minor patch to Ad Manager V202002 release
1 parent dfec701 commit 4f7e602

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
23.0.1 -- 02/20/2020
2+
* Fixed name of 'CreativeReviewService'.
3+
14
23.0.0 -- 02/11/2020
25
* Added support for Ad Manager v202002.
36
* Removed support for Ad Manager v201902.

googleads/ad_manager.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@
103103
('ActivityGroupService', 'ActivityService', 'AdExclusionRuleService',
104104
'AdjustmentService', 'AdRuleService', 'AudienceSegmentService',
105105
'CdnConfigurationService', 'CmsMetadataService', 'CompanyService',
106-
'ContactService', 'ContentBundleService', 'ContentReviewService',
107-
'ContentService', 'CreativeService', 'CreativeSetService',
106+
'ContactService', 'ContentBundleService', 'ContentService',
107+
'CreativeReviewService', 'CreativeService', 'CreativeSetService',
108108
'CreativeTemplateService', 'CreativeWrapperService',
109109
'CustomFieldService', 'CustomTargetingService',
110110
'DaiAuthenticationKeyService', 'ForecastService', 'InventoryService',

googleads/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
'compatibility with this library, upgrade to Python 3.6 or higher.')
5656

5757

58-
VERSION = '23.0.0'
58+
VERSION = '23.0.1'
5959
_COMMON_LIB_SIG = 'googleads/%s' % VERSION
6060
_LOGGING_KEY = 'logging'
6161
_HTTP_PROXY_YAML_KEY = 'http'

0 commit comments

Comments
 (0)