Skip to content

Commit

Permalink
Release 2.4.0 (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenRKarl authored Jun 19, 2019
1 parent 8154ae5 commit e71ec74
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
* 2.4.0:
- Add utf-8 encoding declaration in generated proto files
- Add Service Account support
- Increase default gRPC message and metadata sizes

* 2.3.0:
- Allow loading client configuration from environment variables

Expand Down
2 changes: 1 addition & 1 deletion google/ads/google_ads/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
import google.ads.google_ads.util


VERSION = '2.3.0'
VERSION = '2.4.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

setup(
name='google-ads',
version='2.3.0',
version='2.4.0',
author='Google LLC',
author_email='[email protected]',
classifiers=[
Expand Down

0 comments on commit e71ec74

Please sign in to comment.