Skip to content

Commit 3edadf9

Browse files
committed
v0.6.6
1 parent 4fd661b commit 3edadf9

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ There is a new version 3 of Sponsored Product API, please check the [migration g
318318
* [Moderation](https://python-amazon-ad-api.readthedocs.io/en/latest/sb/moderation.html)
319319
* [Reports](https://python-amazon-ad-api.readthedocs.io/en/latest/sb/reports.html)
320320
* [Snapshots](https://python-amazon-ad-api.readthedocs.io/en/latest/sb/snapshots.html)
321+
* [Themes](https://python-amazon-ad-api.readthedocs.io/en/latest/sb/themes.html)
321322

322323
### [Modules Available Sponsored Brands 4.0](https://python-amazon-ad-api.readthedocs.io/en/latest/sb_v4.html)
323324

ad_api/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.6.5"
1+
__version__ = "0.6.6"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = python-amazon-ad-api
3-
version = 0.6.5
3+
version = 0.6.6
44
author = Daniel Alvaro
55
author_email = denisneuf@hotmail.com
66
description = Python wrapper for the Amazon Advertising API

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='python-amazon-ad-api',
5-
version='0.6.5',
5+
version='0.6.6',
66
install_requires=[
77
"requests>=2.27.1,<2.33.0",
88
"six>=1.16,<1.18",

0 commit comments

Comments
 (0)