Skip to content

Commit 2e11de5

Browse files
authored
Release 5.0.4 (googleads#266)
1 parent 704b906 commit 2e11de5

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
* 5.0.4
22
- Enable logging interceptor to retrieve customer ID from resource_name.
3+
- Fix bugs in services/enums.py files in v2 and v3.
34

45
* 5.0.3
56
- Fix bug in generated init files preventing import *.

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.util
2121

2222

23-
VERSION = '5.0.3'
23+
VERSION = '5.0.4'

setup.py

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

3535
setup(
3636
name='google-ads',
37-
version='5.0.3',
37+
version='5.0.4',
3838
author='Google LLC',
3939
author_email='[email protected]',
4040
classifiers=[

0 commit comments

Comments
 (0)