We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a52479 commit d9f6f93Copy full SHA for d9f6f93
ChangeLog
@@ -1,3 +1,6 @@
1
+* 0.6.0:
2
+- Add configurable logging functionality.
3
+
4
* 0.5.2:
5
- Updated PyYAML dependencies to >=4.2b1 for https://nvd.nist.gov/vuln/detail/CVE-2017-18342
6
google/ads/google_ads/__init__.py
@@ -18,4 +18,4 @@
18
import google.ads.google_ads.errors
19
20
21
-VERSION = '0.5.1'
+VERSION = '0.6.0'
setup.py
@@ -33,7 +33,7 @@
33
34
setup(
35
name='google-ads',
36
- version='0.5.2',
+ version='0.6.0',
37
author='Google LLC',
38
author_email='[email protected]',
39
classifiers=[
0 commit comments