Skip to content

Commit 9a7b191

Browse files
committed
Updated version and changelog
1 parent 591fe0d commit 9a7b191

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@ For more information on how to work with serializers, check the documentation fo
102102

103103
Changelog
104104
-------------
105+
Version 3.3.1
106+
- Allow searching by browse_node or search_index alone.
107+
- Added license files for Amazon SDK.
108+
- Solved bugs and typos.
109+
105110
Version 3.3.0
106111
- Added serializer class for Django REST framework.
107112
- Solved bugs and typos.

amazon/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Amazon Product Advertising API wrapper for Python"""
22

3-
__version__ = '3.2.0'
3+
__version__ = '3.3.1'
44
__author__ = 'Sergio Abad'

setup.py

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

66
setuptools.setup(
77
name='python-amazon-paapi',
8-
version='3.3.0',
8+
version='3.3.1',
99
author='Sergio Abad',
1010
author_email='sergio.abad@bytelix.com',
1111
description='Amazon Product Advertising API 5.0 wrapper for Python',

0 commit comments

Comments
 (0)