Skip to content

Commit 4d9c239

Browse files
committed
AdWords v201708 Release
1 parent 5701dd2 commit 4d9c239

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
6.1.0 -- 8/9/17:
2+
* Added support for AdWords v201708.
3+
14
6.0.0 -- 6/27/17:
25
* Removed support for AdWords v201607.
36
* Improved logging support. Can now specify logging configuration from the

googleads/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
'compatibility with this library, upgrade to Python 2.7.9 or higher.')
6767

6868

69-
VERSION = '6.0.0'
69+
VERSION = '6.1.0'
7070
_COMMON_LIB_SIG = 'googleads/%s' % VERSION
7171
_LOGGING_KEY = 'logging'
7272
_HTTP_PROXY_YAML_KEY = 'http_proxy'

0 commit comments

Comments
 (0)