Skip to content

Commit fe6661f

Browse files
authored
Release v1.3.1 (#72)
1 parent 568b111 commit fe6661f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
* 1.3.1:
2+
- Add new planning examples add_keyword_plan and generate_forecast_metrics
3+
- Add new example generate_keyword_ideas
4+
- Update README to link to the Google Ads API Support page
5+
16
* 1.3.0:
27
- Update payment_mode enum with fields for v1_1
38
- Update PyYAML dependency to latest stable version

google/ads/google_ads/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
import google.ads.google_ads.util
2222

2323

24-
VERSION = '1.3.0'
24+
VERSION = '1.3.1'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
setup(
3737
name='google-ads',
38-
version='1.3.0',
38+
version='1.3.1',
3939
author='Google LLC',
4040
author_email='[email protected]',
4141
classifiers=[

0 commit comments

Comments
 (0)