Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
* 33.0.0
- Google Ads API v25_2 release.
- Remove Google Ads API v22.
- Remove Google Ads API v21.

* 32.0.0
- Remove validation checking if developer token is present in configuration.
- Remove `use_cloud_org_for_api_access` configuration option.
Expand Down
2 changes: 1 addition & 1 deletion google/ads/googleads/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import google.ads.googleads.errors
import google.ads.googleads.util

VERSION = "32.0.0"
VERSION = "33.0.0"

# Checks if the current runtime is Python 3.10.
if sys.version_info.major == 3 and sys.version_info.minor <= 10:
Expand Down
2 changes: 1 addition & 1 deletion google/ads/googleads/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
_SERVICE_CLIENT_TEMPLATE = "{}Client"
_ASYNC_SERVICE_CLIENT_TEMPLATE = "{}AsyncClient"

_VALID_API_VERSIONS = ["v25", "v24", "v23", "v22", "v21"]
_VALID_API_VERSIONS = ["v25", "v24", "v23"]
_MESSAGE_TYPES = ["common", "enums", "errors", "resources", "services"]
_DEFAULT_VERSION = _VALID_API_VERSIONS[0]

Expand Down
139 changes: 0 additions & 139 deletions google/ads/googleads/v21/__init__.py

This file was deleted.

Loading
Loading