We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c942042 commit 863892bCopy full SHA for 863892b
ChangeLog
@@ -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
+
6
* 1.2.0:
7
- Google Ads v1_1 release
8
- Add add_sitelink example
google/ads/google_ads/__init__.py
@@ -21,4 +21,4 @@
21
import google.ads.google_ads.util
22
23
24
-VERSION = '1.2.0'
+VERSION = '1.3.0'
setup.py
@@ -35,7 +35,7 @@
35
36
setup(
37
name='google-ads',
38
- version='1.2.0',
+ version='1.3.0',
39
author='Google LLC',
40
author_email='[email protected]',
41
classifiers=[
0 commit comments