From 0d68b29c9284892286d6e4dd7d176e1e152b6ae2 Mon Sep 17 00:00:00 2001 From: Ben Karl <5302342+BenRKarl@users.noreply.github.com> Date: Wed, 15 Apr 2020 11:20:27 -0400 Subject: [PATCH] Release 5.0.3 (#264) --- ChangeLog | 3 +++ google/ads/google_ads/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1bea82855..864781074 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +* 5.0.3 +- Fix bug in generated init files preventing import *. + * 5.0.2 - Remove response error caching in streaming interceptors. diff --git a/google/ads/google_ads/__init__.py b/google/ads/google_ads/__init__.py index 4c6912793..fb66c70b1 100644 --- a/google/ads/google_ads/__init__.py +++ b/google/ads/google_ads/__init__.py @@ -20,4 +20,4 @@ import google.ads.google_ads.util -VERSION = '5.0.2' +VERSION = '5.0.3' diff --git a/setup.py b/setup.py index 0c58717cd..91e184c05 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ setup( name='google-ads', - version='5.0.2', + version='5.0.3', author='Google LLC', author_email='googleapis-packages@google.com', classifiers=[