Skip to content

Commit 459725a

Browse files
authored
Bump version to 26.0.1 (#923)
1 parent 63f183e commit 459725a

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

ChangeLog

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
* 26.0.1
2+
- Rename constraints file to resolve install issues on Windows
3+
- Update add_customer_match_user_list.py to remove mention of unlimited list expiry (#921)
4+
- Fix issue importing types defined in service protos
5+
16
* 26.0.0
27
- Migrate to default GAPIC templates
38
- Migrate from setup.py to pyproject.toml

google/ads/googleads/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
import google.ads.googleads.errors
2020
import google.ads.googleads.util
2121

22-
VERSION = "26.0.0"
22+
VERSION = "26.0.1"

pyproject.toml

+1-1
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 = "26.0.0"
21+
version = "26.0.1"
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)