Skip to content

Commit 13f228d

Browse files
authored
Release v8_1_0 including Python 3.6 support (#353)
* Release v8_1_0 including Python 3.6 support
1 parent ccf5016 commit 13f228d

File tree

11 files changed

+8027
-7902
lines changed

11 files changed

+8027
-7902
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
* 8.1.0
2+
- Added support for Python 3.6 via PEP562 (Thanks @infectious!)
3+
14
* 8.0.0
25
- Google Ads v6_0 release
36
- Deprecate v2_0

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Build Status
99

1010
Requirements
1111
------------
12-
* Python 3.7+
12+
* Python 3.6+
1313

1414
Installation
1515
------------

google/ads/google_ads/v3/__init__.py

Lines changed: 252 additions & 239 deletions
Large diffs are not rendered by default.

google/ads/google_ads/v3/types.py

Lines changed: 1672 additions & 1655 deletions
Large diffs are not rendered by default.

google/ads/google_ads/v4/__init__.py

Lines changed: 258 additions & 245 deletions
Large diffs are not rendered by default.

google/ads/google_ads/v4/types.py

Lines changed: 1715 additions & 1698 deletions
Large diffs are not rendered by default.

google/ads/google_ads/v5/__init__.py

Lines changed: 260 additions & 247 deletions
Large diffs are not rendered by default.

google/ads/google_ads/v5/types.py

Lines changed: 1746 additions & 1729 deletions
Large diffs are not rendered by default.

google/ads/google_ads/v6/__init__.py

Lines changed: 270 additions & 257 deletions
Large diffs are not rendered by default.

google/ads/google_ads/v6/types.py

Lines changed: 1845 additions & 1828 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)