Skip to content

Commit

Permalink
Release v2.2.0 (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenRKarl authored Jun 10, 2019
1 parent 094dadf commit c7a6c07
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
* 2.2.0:
- Update service-level timeout and idempotency configurations
- Add link_manager_to_client example
- Add add_dsa_campaign example
- Add dynamic page feed example
- Add add_gmail_ad example
- Add create_campaign_experiment example
- Add wiki link to README

* 2.1.0:
- Google Ads v1_3 release

Expand Down
2 changes: 1 addition & 1 deletion google/ads/google_ads/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
import google.ads.google_ads.util


VERSION = '2.1.0'
VERSION = '2.2.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

setup(
name='google-ads',
version='2.1.0',
version='2.2.0',
author='Google LLC',
author_email='[email protected]',
classifiers=[
Expand Down

0 comments on commit c7a6c07

Please sign in to comment.