Skip to content

Commit 21fe398

Browse files
authored
Release 3.1.0 (googleads#156)
1 parent 78c1156 commit 21fe398

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
* 3.0.0:
27
- Google Ads v2_0 release
38

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 = '3.0.0'
24+
VERSION = '3.1.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='3.0.0',
38+
version='3.1.0',
3939
author='Google LLC',
4040
author_email='[email protected]',
4141
classifiers=[

0 commit comments

Comments
 (0)