We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab9e1a9 commit 5aadc99Copy full SHA for 5aadc99
3 files changed
ChangeLog
@@ -1,3 +1,7 @@
1
+* 1.1.0:
2
+- Install googleapis-common-protos to expose google.longrunning for LRO
3
+support.
4
+
5
* 1.0.1:
6
- Fix bug in import path from issues #45 and #44.
7
google/ads/google_ads/__init__.py
@@ -20,4 +20,4 @@
20
import google.ads.google_ads.errors
21
22
23
-VERSION = '1.0.1'
+VERSION = '1.1.0'
setup.py
@@ -20,6 +20,7 @@
'enum34; python_version < "3.4"',
'google-auth-oauthlib >= 0.0.1, < 1.0.0',
'google-api-core == 1.7.0',
+ 'googleapis-common-protos >= 1.5.8, < 2.0.0',
24
'grpcio == 1.18.0',
25
'PyYAML >= 4.2b1, < 5.0',
26
]
@@ -34,7 +35,7 @@
34
35
36
setup(
37
name='google-ads',
- version='1.0.1',
38
+ version='1.1.0',
39
author='Google LLC',
40
author_email='googleapis-packages@google.com',
41
classifiers=[
0 commit comments