We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4036c5 commit c15ced3Copy full SHA for c15ced3
amazon/__init__.py
@@ -6,5 +6,5 @@
6
Amazon Product Advertising API Client library.
7
"""
8
9
-__version__ = '2.2.5'
+__version__ = '2.2.6'
10
__author__ = 'Yoav Aviram'
setup.py
@@ -4,7 +4,7 @@
4
5
import pypandoc
-long_description = pypandoc.convert('README.md', 'rst', format='markdown')
+long_description = pypandoc.convert('README.md', 'rst', format='markdown_github')
setup(name='python-amazon-simple-product-api',
0 commit comments