File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1+ * 11.0.2
2+ - Update dataclasses dependency so it's only installed when using Python < 3.7
3+
14* 11.0.1
25- Fix bug breaking Python 3.6 compatibility.
36- Update unit test framework to Nox and add test coverage.
Original file line number Diff line number Diff line change 1818import google .ads .googleads .util
1919
2020
21- VERSION = "11.0.1 "
21+ VERSION = "11.0.2 "
Original file line number Diff line number Diff line change 1717import io
1818
1919install_requires = [
20- "dataclasses >= 0.6, < 1.0.0" ,
20+ "dataclasses >= 0.6, < 1.0.0; python_version < '3.7' " ,
2121 "google-auth-oauthlib >= 0.3.0, < 1.0.0" ,
2222 "google-api-core >= 1.21.0, < 2.0.0" ,
2323 "googleapis-common-protos >= 1.5.8, < 2.0.0" ,
3535
3636setup (
3737 name = "google-ads" ,
38- version = "11.0.1 " ,
38+ version = "11.0.2 " ,
3939 author = "Google LLC" ,
4040 author_email = "googleapis-packages@google.com" ,
4141 classifiers = [
You can’t perform that action at this time.
0 commit comments