Skip to content

Commit 1aac696

Browse files
authored
Release 3.1.2 (googleads#163)
1 parent 2c5085b commit 1aac696

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
* 3.1.2:
2+
- Update signature for customer_service.create_customer_client method to
3+
give default values to optional parameters.
4+
15
* 3.1.1:
26
- Refactor GoogleAdsClient to isolate interceptors into individual modules
37
- Update partial failure example so it can be parsed for documentation

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.1.1'
24+
VERSION = '3.1.2'

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.1.1',
38+
version='3.1.2',
3939
author='Google LLC',
4040
author_email='[email protected]',
4141
classifiers=[

0 commit comments

Comments
 (0)