Skip to content

Commit

Permalink
Install googleapis-common-protos to support LROs (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenRKarl authored Mar 11, 2019
1 parent ab9e1a9 commit 5aadc99
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion google/ads/google_ads/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
import google.ads.google_ads.errors


VERSION = '1.0.1'
VERSION = '1.1.0'
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
]
Expand All @@ -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=[
Expand Down

0 comments on commit 5aadc99

Please sign in to comment.