Commit 459725a 1 parent 63f183e commit 459725a Copy full SHA for 459725a
File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
6
* 26.0.0
2
7
- Migrate to default GAPIC templates
3
8
- Migrate from setup.py to pyproject.toml
Original file line number Diff line number Diff line change 19
19
import google .ads .googleads .errors
20
20
import google .ads .googleads .util
21
21
22
- VERSION = "26.0.0 "
22
+ VERSION = "26.0.1 "
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ build-backend = "setuptools.build_meta"
18
18
19
19
[project ]
20
20
name = " google-ads"
21
- version = " 26.0.0 "
21
+ version = " 26.0.1 "
22
22
description = " Client library for the Google Ads API"
23
23
readme = " ./README.rst"
24
24
requires-python = " >=3.9, <3.14"
You can’t perform that action at this time.
0 commit comments