We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2d774d commit df935dbCopy full SHA for df935db
3 files changed
ChangeLog
@@ -1,3 +1,6 @@
1
+* 2.3.0:
2
+- Allow loading client configuration from environment variables
3
+
4
* 2.2.0:
5
- Update service-level timeout and idempotency configurations
6
- Add link_manager_to_client example
google/ads/google_ads/__init__.py
@@ -21,4 +21,4 @@
21
import google.ads.google_ads.util
22
23
24
-VERSION = '2.2.0'
+VERSION = '2.3.0'
setup.py
@@ -35,7 +35,7 @@
35
36
setup(
37
name='google-ads',
38
- version='2.2.0',
+ version='2.3.0',
39
author='Google LLC',
40
author_email='googleapis-packages@google.com',
41
classifiers=[
0 commit comments