We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78c1156 commit 21fe398Copy full SHA for 21fe398
3 files changed
ChangeLog
@@ -1,3 +1,8 @@
1
+* 3.1.0:
2
+- Add load_from_dict method to the GoogleAdsClient
3
+- Update add_expanded_text_ads example to add multiple ads
4
+- Add build status badge to README
5
+
6
* 3.0.0:
7
- Google Ads v2_0 release
8
google/ads/google_ads/__init__.py
@@ -21,4 +21,4 @@
21
import google.ads.google_ads.util
22
23
24
-VERSION = '3.0.0'
+VERSION = '3.1.0'
setup.py
@@ -35,7 +35,7 @@
35
36
setup(
37
name='google-ads',
38
- version='3.0.0',
+ version='3.1.0',
39
author='Google LLC',
40
author_email='googleapis-packages@google.com',
41
classifiers=[
0 commit comments