Skip to content

Commit 863892b

Browse files
authored
Release version 1.3.0 (#66)
1 parent c942042 commit 863892b

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.0:
2+
- Update payment_mode enum with fields for v1_1
3+
- Update PyYAML dependency to latest stable version
4+
- Add utility for formatting composite resource names
5+
16
* 1.2.0:
27
- Google Ads v1_1 release
38
- Add add_sitelink example

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.2.0'
24+
VERSION = '1.3.0'

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.2.0',
38+
version='1.3.0',
3939
author='Google LLC',
4040
author_email='[email protected]',
4141
classifiers=[

0 commit comments

Comments
 (0)