We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c5085b commit 1aac696Copy full SHA for 1aac696
3 files changed
ChangeLog
@@ -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
+
5
* 3.1.1:
6
- Refactor GoogleAdsClient to isolate interceptors into individual modules
7
- Update partial failure example so it can be parsed for documentation
google/ads/google_ads/__init__.py
@@ -21,4 +21,4 @@
21
import google.ads.google_ads.util
22
23
24
-VERSION = '3.1.1'
+VERSION = '3.1.2'
setup.py
@@ -35,7 +35,7 @@
35
36
setup(
37
name='google-ads',
38
- version='3.1.1',
+ version='3.1.2',
39
author='Google LLC',
40
author_email='googleapis-packages@google.com',
41
classifiers=[
0 commit comments