Skip to content

Commit

Permalink
Update bidding_source_pb2 proto (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenRKarl authored Mar 15, 2019
1 parent 5aadc99 commit 418f781
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* 1.1.1:
- Fix bidding source proto adding missing fields from API v1.

* 1.1.0:
- Install googleapis-common-protos to expose google.longrunning for LRO
support.
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.1.0'
VERSION = '1.1.1'
16 changes: 8 additions & 8 deletions google/ads/google_ads/v1/proto/enums/bidding_source_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

setup(
name='google-ads',
version='1.1.0',
version='1.1.1',
author='Google LLC',
author_email='[email protected]',
classifiers=[
Expand Down

0 comments on commit 418f781

Please sign in to comment.