Skip to content

Commit d9f6f93

Browse files
authored
Release version 0.6.0 (#23)
1 parent 0a52479 commit d9f6f93

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
* 0.6.0:
2+
- Add configurable logging functionality.
3+
14
* 0.5.2:
25
- Updated PyYAML dependencies to >=4.2b1 for https://nvd.nist.gov/vuln/detail/CVE-2017-18342
36

google/ads/google_ads/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
import google.ads.google_ads.errors
1919

2020

21-
VERSION = '0.5.1'
21+
VERSION = '0.6.0'

setup.py

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

3434
setup(
3535
name='google-ads',
36-
version='0.5.2',
36+
version='0.6.0',
3737
author='Google LLC',
3838
author_email='[email protected]',
3939
classifiers=[

0 commit comments

Comments
 (0)