diff --git a/setup.py b/setup.py index c7ea2a3..04aa3ca 100644 --- a/setup.py +++ b/setup.py @@ -7,11 +7,11 @@ setup(name='pyaws', - version='0.1.0', + version='0.2.0', package_dir={'pyaws': ''}, packages=['pyaws'], author='Kun Xi', - author_email='quinnxi@gmail.com', + author_email='kunxi@kunxi.org', description='A Python wrapper for Amazon Web Service', long_description='PyAWS is a Python wrapper for the latest Amazon Web Service. It is designed to pave the way for Python developers to interactivate AWS. This project is forked from the code base of pyamazon. The Amazone E-Commerce Services is supported.', url='http://pyaws.sourceforge.net', diff --git a/www/changelog.html b/www/changelog.html index d513ca7..4641e44 100644 --- a/www/changelog.html +++ b/www/changelog.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd "> - + PyAWS - A Python wrapper for Amazon Web Service @@ -28,10 +28,15 @@

+

PyAWS 0.2.0 released - 2007-04-08

+

Add the following functions: SellerListingSearch, SellerListingLookup, BrowseNodeLookup, Help, TransactionLookup

+

Add python doc string for epydoc to generate apidocs

+

PyAWS SVN r54 Fix the quote bug - 2007-04-06

Thanks Brian's bug report. r53 throws a unexpected exceptiong when user do ItemSearch using phrases in Title since Title search string is not quoted. r54 fix this bug, and move all quote operations to buildRequest.

PyAWS 0.1.0 released - 2007-02-04

The initial release includes the support for the Amazon E-Commerce Service. +
diff --git a/www/docs.html b/www/docs.html index 3fc3f14..eb821b6 100644 --- a/www/docs.html +++ b/www/docs.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd "> - + PyAWS - A Python wrapper for Amazon Web Service @@ -29,7 +29,8 @@

Docs

- Coming soon once doxygen is ready... + pyaws-0.2.0 API docs auto-generated by epydoc +

Third party Documentation

diff --git a/www/download.html b/www/download.html index bdc1171..d4246e4 100644 --- a/www/download.html +++ b/www/download.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd "> - + PyAWS - A Python wrapper for Amazon Web Service @@ -31,7 +31,7 @@

Download

This is the latest official PyAWS release available through the sourceforge.net mirrors.
diff --git a/www/index.html b/www/index.html index 2289f1e..a40223a 100644 --- a/www/index.html +++ b/www/index.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd "> - + PyAWS - A Python wrapper for Amazon Web Service @@ -34,6 +34,8 @@

+

PyAWS 0.2.0 released - 2007-04-08

+ The release has full support for Amazon E-Commerce Service. Five New functions are added: SellerListingSearch, SellerListingLookup, BrowseNodeLookup, Help and TransactionLookup. Several bugs are fixed; and some parts of code are refactored.

PyAWS 0.1.0 released - 2007-02-04

The initial release includes the support for the Amazon E-Commerce Service.