We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f91d4f4 commit 0d68b29Copy full SHA for 0d68b29
ChangeLog
@@ -1,3 +1,6 @@
1
+* 5.0.3
2
+- Fix bug in generated init files preventing import *.
3
+
4
* 5.0.2
5
- Remove response error caching in streaming interceptors.
6
google/ads/google_ads/__init__.py
@@ -20,4 +20,4 @@
20
import google.ads.google_ads.util
21
22
23
-VERSION = '5.0.2'
+VERSION = '5.0.3'
setup.py
@@ -34,7 +34,7 @@
34
35
setup(
36
name='google-ads',
37
- version='5.0.2',
+ version='5.0.3',
38
author='Google LLC',
39
author_email='googleapis-packages@google.com',
40
classifiers=[
0 commit comments