Skip to content

Commit e71ec74

Browse files
authored
Release 2.4.0 (googleads#134)
1 parent 8154ae5 commit e71ec74

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
* 2.4.0:
2+
- Add utf-8 encoding declaration in generated proto files
3+
- Add Service Account support
4+
- Increase default gRPC message and metadata sizes
5+
16
* 2.3.0:
27
- Allow loading client configuration from environment variables
38

google/ads/google_ads/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
import google.ads.google_ads.util
2222

2323

24-
VERSION = '2.3.0'
24+
VERSION = '2.4.0'

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='2.3.0',
38+
version='2.4.0',
3939
author='Google LLC',
4040
author_email='[email protected]',
4141
classifiers=[

0 commit comments

Comments
 (0)