We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dd27c4 commit e8bcaafCopy full SHA for e8bcaaf
3 files changed
ChangeLog
@@ -1,3 +1,6 @@
1
+* 29.1.0
2
+- Add configurable metadata header for ads api assistant.
3
+
4
* 29.0.0
5
- Google Ads API v23_0 release.
6
- Remove Google Ads API v19.
google/ads/googleads/__init__.py
@@ -19,7 +19,7 @@
19
import google.ads.googleads.errors
20
import google.ads.googleads.util
21
22
-VERSION = "29.0.0"
+VERSION = "29.1.0"
23
24
# Checks if the current runtime is Python 3.9.
25
if sys.version_info.major == 3 and sys.version_info.minor <= 9:
pyproject.toml
@@ -18,7 +18,7 @@ build-backend = "setuptools.build_meta"
18
[project]
name = "google-ads"
-version = "29.0.0"
+version = "29.1.0"
description = "Client library for the Google Ads API"
readme = "./README.rst"
requires-python = ">=3.9, <3.15"
0 commit comments