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 5701dd2 commit 4d9c239Copy full SHA for 4d9c239
ChangeLog
@@ -1,3 +1,6 @@
1
+6.1.0 -- 8/9/17:
2
+* Added support for AdWords v201708.
3
+
4
6.0.0 -- 6/27/17:
5
* Removed support for AdWords v201607.
6
* Improved logging support. Can now specify logging configuration from the
googleads/common.py
@@ -66,7 +66,7 @@
66
'compatibility with this library, upgrade to Python 2.7.9 or higher.')
67
68
69
-VERSION = '6.0.0'
+VERSION = '6.1.0'
70
_COMMON_LIB_SIG = 'googleads/%s' % VERSION
71
_LOGGING_KEY = 'logging'
72
_HTTP_PROXY_YAML_KEY = 'http_proxy'
0 commit comments