File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ * 31.3.0
2+ - Add logging functionality to examples.
3+ - Update pyproject.toml license configuration.
4+
15* 31.2.0
26- Google Ads API v25_0 release.
37- Remove `LocalServicesLead.contact_details.email` from the masking logic in
Original file line number Diff line number Diff line change 1919import google .ads .googleads .errors
2020import google .ads .googleads .util
2121
22- VERSION = "31.2 .0"
22+ VERSION = "31.3 .0"
2323
2424# Checks if the current runtime is Python 3.10.
2525if sys .version_info .major == 3 and sys .version_info .minor <= 10 :
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ build-backend = "setuptools.build_meta"
1818
1919[project ]
2020name = " google-ads"
21- version = " 31.2 .0"
21+ version = " 31.3 .0"
2222description = " Client library for the Google Ads API"
2323readme = " ./README.rst"
2424requires-python = " >=3.9, <3.15"
You can’t perform that action at this time.
0 commit comments