Skip to content

Commit fd0ed83

Browse files
committed
v0.1.5
1 parent ff8d282 commit fd0ed83

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ back to `%HOME%\AppData\Roaming` if undefined
9898
* Insights
9999
100100
101-
### Modules Available Sponsored Products
101+
### Modules Available Sponsored Products 2.0
102102
103103
* Ad Groups
104104
* Bid Recommendations
@@ -113,6 +113,17 @@ back to `%HOME%\AppData\Roaming` if undefined
113113
* Reports
114114
* Snapshots
115115
116+
### Modules Available Sponsored Products 3.0
117+
118+
119+
* Budget Rules
120+
* Campaign Optimization Rules
121+
* Ranked Keywords Recommendations
122+
* Product Targeting
123+
* Budget Recommendations
124+
* Budget Rules Recommendations
125+
* Product Recommendations
126+
116127
117128
### Modules Available Sponsored Brands
118129

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.1.4
3+
version = 0.1.5
44
author = Daniel Alvaro
55
author_email = [email protected]
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.1.4',
5+
version='0.1.5',
66
install_requires=[
77
"requests~=2.26.0",
88
"six~=1.16.0",

0 commit comments

Comments
 (0)