Skip to content

Commit 6ada25d

Browse files
committed
Bump version to 28.0.0
Change-Id: I9fedb7a0ebd2219e845bad9e289d6a575b84527d
1 parent 05160ae commit 6ada25d

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
* 28.0.0
2+
- Google Ads API v21_0 release.
3+
- Updated to Google Ads API v19_0 and v20_0 to include EU political advertising changes.
4+
- Remove Google Ads API v18.
5+
- Add deprecation warnings for Python 3.9 users.
6+
- Add type annotations to all examples.
7+
- Add unit tests covering some examples.
8+
19
* 27.0.0
210
- Google Ads API v20_0 release.
311
- Remove Google Ads API v17.

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 = "27.0.0"
22+
VERSION = "28.0.0"
2323

2424
# Checks if the current runtime is Python 3.9.
2525
if sys.version_info.major == 3 and sys.version_info.minor <= 9:

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 = "27.0.0"
21+
version = "28.0.0"
2222
description = "Client library for the Google Ads API"
2323
readme = "./README.rst"
2424
requires-python = ">=3.9, <3.14"

0 commit comments

Comments
 (0)