Skip to content

Commit

Permalink
Merge pull request #83 from prebid/dshore/upgrade_v202102
Browse files Browse the repository at this point in the history
Upgrade google ad manager api version to v202102 (#63)
  • Loading branch information
dshore authored Dec 1, 2021
2 parents b593cfb + 09a6bdd commit cef090a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion line_item_manager/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__version__ = '0.2.3'

# For an official release, use dev_version = ''
dev_version = '2'
dev_version = '3'

version = __version__
if dev_version:
Expand Down
2 changes: 1 addition & 1 deletion line_item_manager/conf.d/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ mgr:
max_lica_records: 100

googleads:
version: 'v202011'
version: 'v202102'
line_items:
micro_cent_factor: 1000000
max_per_order: 450
Expand Down

0 comments on commit cef090a

Please sign in to comment.