Skip to content

Commit df935db

Browse files
authored
Release v2.3.0 (#127)
1 parent e2d774d commit df935db

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
* 2.3.0:
2+
- Allow loading client configuration from environment variables
3+
14
* 2.2.0:
25
- Update service-level timeout and idempotency configurations
36
- Add link_manager_to_client example

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.2.0'
24+
VERSION = '2.3.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.2.0',
38+
version='2.3.0',
3939
author='Google LLC',
4040
author_email='googleapis-packages@google.com',
4141
classifiers=[

0 commit comments

Comments
 (0)