Skip to content

Commit

Permalink
Release 3.1.0 (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenRKarl authored Jul 17, 2019
1 parent 78c1156 commit 21fe398
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
* 3.1.0:
- Add load_from_dict method to the GoogleAdsClient
- Update add_expanded_text_ads example to add multiple ads
- Add build status badge to README

* 3.0.0:
- Google Ads v2_0 release

Expand Down
2 changes: 1 addition & 1 deletion google/ads/google_ads/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
import google.ads.google_ads.util


VERSION = '3.0.0'
VERSION = '3.1.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

setup(
name='google-ads',
version='3.0.0',
version='3.1.0',
author='Google LLC',
author_email='googleapis-packages@google.com',
classifiers=[
Expand Down

0 comments on commit 21fe398

Please sign in to comment.