Skip to content

Commit

Permalink
Release 3.1.1 (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenRKarl authored Jul 22, 2019
1 parent aaa8e04 commit 8ceba84
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
* 3.1.1:
- Refactor GoogleAdsClient to isolate interceptors into individual modules
- Update partial failure example so it can be parsed for documentation
- Add get_campaigns_by_label example
- Add set_ad_parameters example

* 3.1.0:
- Add load_from_dict method to the GoogleAdsClient
- Update add_expanded_text_ads example to add multiple ads
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.1.0'
VERSION = '3.1.1'
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.1.0',
version='3.1.1',
author='Google LLC',
author_email='[email protected]',
classifiers=[
Expand Down

0 comments on commit 8ceba84

Please sign in to comment.