We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d890b89 commit 64cc6e3Copy full SHA for 64cc6e3
ChangeLog
@@ -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
+
6
* 11.0.0
7
- Google Ads API v7_0 release.
8
- Deprecate Google Ads API v4_0.
google/ads/googleads/__init__.py
@@ -18,4 +18,4 @@
18
import google.ads.googleads.util
19
20
21
-VERSION = "11.0.0"
+VERSION = "11.0.1"
setup.py
@@ -35,7 +35,7 @@
35
36
setup(
37
name="google-ads",
38
- version="11.0.0",
+ version="11.0.1",
39
author="Google LLC",
40
author_email="[email protected]",
41
classifiers=[
0 commit comments