Skip to content

Commit b5589e8

Browse files
[gaarf-py] deps: bump to version 1.17.0
* Incorporate changes from version 1.16.1 * Add authors to package * Update README Change-Id: I389243a4300afe72acc79d81f75a665fff6f8622
1 parent 5e0e75a commit b5589e8

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

py/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Please see the full documentation in the root [README](https://github.com/google
99

1010
### Prerequisites
1111

12-
* Python 3.8+
12+
* Python 3.9+
1313
* pip installed
1414
* Google Ads API enabled
1515
* `google-ads.yaml` file. Learn how to create one [here](../docs/how-to-authenticate-ads-api.md).

py/gaarf/__init__.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@
1414

1515
# pylint: disable=C0330, g-bad-import-order, g-multiple-import
1616

17-
"""Defines simplified imports.
18-
19-
Instead of importing `gaarf.report.GaarfReport`
20-
import like this `from gaarf import GaarfReport`
21-
"""
17+
"""Library for fetching reports from Google Ads API."""
2218

2319
from __future__ import annotations
2420

@@ -32,4 +28,4 @@
3228
'AdsReportFetcher',
3329
]
3430

35-
__version__ = '1.16.1'
31+
__version__ = '1.17.0'

py/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ classifiers = [
3232
]
3333
authors = [
3434
{name = "Google Inc. (gTech gPS CSE team)", email = "[email protected]"},
35+
{name = "Andrei Markin", email = "[email protected]"},
36+
{name = "Sergei Dorogin", email = "[email protected]"},
3537
]
3638
license = {text = "Apache 2.0"}
3739
dynamic = ["version"]

0 commit comments

Comments
 (0)