Skip to content

Commit 418f781

Browse files
authored
Update bidding_source_pb2 proto (#50)
1 parent 5aadc99 commit 418f781

File tree

4 files changed

+13
-10
lines changed

4 files changed

+13
-10
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
* 1.1.1:
2+
- Fix bidding source proto adding missing fields from API v1.
3+
14
* 1.1.0:
25
- Install googleapis-common-protos to expose google.longrunning for LRO
36
support.

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.1.0'
23+
VERSION = '1.1.1'

google/ads/google_ads/v1/proto/enums/bidding_source_pb2.py

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
setup(
3737
name='google-ads',
38-
version='1.1.0',
38+
version='1.1.1',
3939
author='Google LLC',
4040
author_email='[email protected]',
4141
classifiers=[

0 commit comments

Comments
 (0)