Skip to content

Commit 64cc6e3

Browse files
authored
Release version 11.0.1 (#436)
1 parent d890b89 commit 64cc6e3

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
* 11.0.1
2+
- Fix bug breaking Python 3.6 compatibility.
3+
- Update unit test framework to Nox and add test coverage.
4+
- Various updates to examples and GitHub issue templates.
5+
16
* 11.0.0
27
- Google Ads API v7_0 release.
38
- Deprecate Google Ads API v4_0.

google/ads/googleads/__init__.py

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

2020

21-
VERSION = "11.0.0"
21+
VERSION = "11.0.1"

setup.py

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

3636
setup(
3737
name="google-ads",
38-
version="11.0.0",
38+
version="11.0.1",
3939
author="Google LLC",
4040
author_email="[email protected]",
4141
classifiers=[

0 commit comments

Comments
 (0)