Skip to content

Commit b591e25

Browse files
authored
Release version 5.0.2 (#249)
1 parent 20bb5f7 commit b591e25

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
* 5.0.2
2+
- Remove response error caching in streaming interceptors.
3+
14
* 5.0.1
25
- Defer loading of error_pb2 until failed response is encountered.
36

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.1'
23+
VERSION = '5.0.2'

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.1',
37+
version='5.0.2',
3838
author='Google LLC',
3939
author_email='[email protected]',
4040
classifiers=[

0 commit comments

Comments
 (0)