Skip to content

Commit 9c44fbd

Browse files
committed
Updated changelog format and added first release
1 parent dac847e commit 9c44fbd

1 file changed

Lines changed: 12 additions & 11 deletions

File tree

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,23 @@ Installation
2121

2222
You can install or upgrade the module with:
2323

24-
pip install python-amazon-paapi5 --upgrade
25-
26-
Changelog
27-
-------------
28-
29-
Release 0.1.1
30-
31-
- Added currency support for prices.
24+
pip install python-amazon-paapi5 --upgrade
3225

3326
Usage
3427
-----
3528

36-
from amazon.paapi import AmazonAPI
37-
amazon = AmazonAPI(KEY, SECRET, TAG, COUNTRY)
38-
product = amazon.get_product(asin)
29+
from amazon.paapi import AmazonAPI
30+
amazon = AmazonAPI(KEY, SECRET, TAG, COUNTRY)
31+
product = amazon.get_product(asin)
32+
33+
Changelog
34+
-------------
35+
36+
Version 0.1.1
37+
- Added currency support for prices.
3938

39+
Version 0.1.0
40+
-First release.
4041

4142
License
4243
-------

0 commit comments

Comments
 (0)