Skip to content

Commit

Permalink
bump to version 1.7.17
Browse files Browse the repository at this point in the history
  • Loading branch information
stepcha committed Jan 28, 2025
1 parent 5bb8978 commit 73ded40
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.7.15
current_version = 1.7.17
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ api = SearchAdsAPI(

## Changelog

* version 1.7.15 added support for custom headers in API requests
* version 1.7.17 added support for custom headers in API requests
* version 1.7.14 fixed an issue with the timezone for Search Terms + Search Terms within Ad Groups (must be ORTZ - organization time zone)
* version 1.7.12 added support for the v5 of the Apple Search Ads API
* version 1.7.11 added support for use cert and key as strings
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name="searchads_api",
description="Apple Searchads API non-official python library",
version="1.7.15",
version="1.7.17",
url="https://github.com/phiture/searchads_api",
author="Abdul Majeed Alkattan",
author_email="alkattan@phiture.com",
Expand Down Expand Up @@ -81,6 +81,6 @@
version 1.7.14 fixed an issue with the timezone for Search Terms + Search Terms within Ad Groups (must be ORTZ - organization time zone)
version 1.7.15 added support for custom headers in API requests
version 1.7.17 added support for custom headers in API requests
""",
)

0 comments on commit 73ded40

Please sign in to comment.