Skip to content

Commit 5aadc99

Browse files
authored
Install googleapis-common-protos to support LROs (#47)
1 parent ab9e1a9 commit 5aadc99

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
* 1.1.0:
2+
- Install googleapis-common-protos to expose google.longrunning for LRO
3+
support.
4+
15
* 1.0.1:
26
- Fix bug in import path from issues #45 and #44.
37

google/ads/google_ads/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
import google.ads.google_ads.errors
2121

2222

23-
VERSION = '1.0.1'
23+
VERSION = '1.1.0'

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
'enum34; python_version < "3.4"',
2121
'google-auth-oauthlib >= 0.0.1, < 1.0.0',
2222
'google-api-core == 1.7.0',
23+
'googleapis-common-protos >= 1.5.8, < 2.0.0',
2324
'grpcio == 1.18.0',
2425
'PyYAML >= 4.2b1, < 5.0',
2526
]
@@ -34,7 +35,7 @@
3435

3536
setup(
3637
name='google-ads',
37-
version='1.0.1',
38+
version='1.1.0',
3839
author='Google LLC',
3940
author_email='[email protected]',
4041
classifiers=[

0 commit comments

Comments
 (0)