Skip to content

Commit f7bf312

Browse files
authored
Bump library to 31.3.0 (#1084)
1 parent 8a77d06 commit f7bf312

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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

google/ads/googleads/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import google.ads.googleads.errors
2020
import 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.
2525
if sys.version_info.major == 3 and sys.version_info.minor <= 10:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ build-backend = "setuptools.build_meta"
1818

1919
[project]
2020
name = "google-ads"
21-
version = "31.2.0"
21+
version = "31.3.0"
2222
description = "Client library for the Google Ads API"
2323
readme = "./README.rst"
2424
requires-python = ">=3.9, <3.15"

0 commit comments

Comments
 (0)