Skip to content

Commit

Permalink
bump to version 1.7.14
Browse files Browse the repository at this point in the history
  • Loading branch information
stepcha committed Jul 24, 2024
1 parent a83bb61 commit bccaa1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.13 fixed an issue with the timezone for Search Terms + Search Terms within Ad Groups (must be ORTZ - organization time zone)
* 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
* version 1.7.10 always use the latest cryptography package
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.13",
version="1.7.14",
url="https://github.com/phiture/searchads_api",
author="Abdul Majeed Alkattan",
author_email="[email protected]",
Expand Down Expand Up @@ -79,6 +79,6 @@
version 1.7.12 added support for the v5 of the Apple Search Ads API
version 1.7.13 fixed an issue with the timezone for Search Terms + Search Terms within Ad Groups (must be ORTZ - organization time zone)
version 1.7.14 fixed an issue with the timezone for Search Terms + Search Terms within Ad Groups (must be ORTZ - organization time zone)
""",
)

0 comments on commit bccaa1c

Please sign in to comment.