Skip to content

Commit 8faf55a

Browse files
committed
Releasing v18.1.0
1 parent 6962fd4 commit 8faf55a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
18.1.0 -- 04/03/2018
2+
* Upgrade PyYAML to 5.1 >= 6.0
3+
* Update comment in get_all_images_and_videos examples
4+
15
18.0.0 -- 03/28/2019
26
* Removed support for AdWords v201806
37

googleads/common.py

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

8080

81-
VERSION = '18.0.0'
81+
VERSION = '18.1.0'
8282
_COMMON_LIB_SIG = 'googleads/%s' % VERSION
8383
_LOGGING_KEY = 'logging'
8484
_HTTP_PROXY_YAML_KEY = 'http'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
DEPENDENCIES = ['google-auth>=1.0.0,<2.0.0',
2828
'google-auth-oauthlib>=0.0.1,<1.0.0', 'pytz>=2015.7',
29-
'PyYAML>=4.2b1, <5.0', 'requests>=2.0.0,<3.0.0',
29+
'PyYAML>=5.1, <6.0', 'requests>=2.0.0,<3.0.0',
3030
'suds-jurko>=0.6,<0.7', 'xmltodict>=0.9.2,<1.0.0',
3131
'zeep>=2.5.0']
3232

0 commit comments

Comments
 (0)