Skip to content

Commit

Permalink
Release v1.3.1 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenRKarl authored Apr 3, 2019
1 parent 568b111 commit fe6661f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
* 1.3.1:
- Add new planning examples add_keyword_plan and generate_forecast_metrics
- Add new example generate_keyword_ideas
- Update README to link to the Google Ads API Support page

* 1.3.0:
- Update payment_mode enum with fields for v1_1
- Update PyYAML dependency to latest stable version
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 = '1.3.0'
VERSION = '1.3.1'
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='1.3.0',
version='1.3.1',
author='Google LLC',
author_email='[email protected]',
classifiers=[
Expand Down

0 comments on commit fe6661f

Please sign in to comment.