Skip to content

Commit

Permalink
Release 3.1.2 (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenRKarl authored Jul 23, 2019
1 parent 2c5085b commit 1aac696
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* 3.1.2:
- Update signature for customer_service.create_customer_client method to
give default values to optional parameters.

* 3.1.1:
- Refactor GoogleAdsClient to isolate interceptors into individual modules
- Update partial failure example so it can be parsed for documentation
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.1'
VERSION = '3.1.2'
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.1',
version='3.1.2',
author='Google LLC',
author_email='googleapis-packages@google.com',
classifiers=[
Expand Down

0 comments on commit 1aac696

Please sign in to comment.