From 5aadc99ff6755121bf870b5226596d72e5cd0d65 Mon Sep 17 00:00:00 2001 From: Ben Karl <5302342+BenRKarl@users.noreply.github.com> Date: Mon, 11 Mar 2019 18:01:45 +0100 Subject: [PATCH] Install googleapis-common-protos to support LROs (#47) --- ChangeLog | 4 ++++ google/ads/google_ads/__init__.py | 2 +- setup.py | 3 ++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d3f98bb6b..1f6af4bc9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +* 1.1.0: +- Install googleapis-common-protos to expose google.longrunning for LRO +support. + * 1.0.1: - Fix bug in import path from issues #45 and #44. diff --git a/google/ads/google_ads/__init__.py b/google/ads/google_ads/__init__.py index d80195ecb..046a51116 100644 --- a/google/ads/google_ads/__init__.py +++ b/google/ads/google_ads/__init__.py @@ -20,4 +20,4 @@ import google.ads.google_ads.errors -VERSION = '1.0.1' +VERSION = '1.1.0' diff --git a/setup.py b/setup.py index f0910fef2..baf8e57ec 100644 --- a/setup.py +++ b/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', 'grpcio == 1.18.0', 'PyYAML >= 4.2b1, < 5.0', ] @@ -34,7 +35,7 @@ setup( name='google-ads', - version='1.0.1', + version='1.1.0', author='Google LLC', author_email='googleapis-packages@google.com', classifiers=[