diff --git a/README.md b/README.md index e162e6f..71cc298 100755 --- a/README.md +++ b/README.md @@ -16,22 +16,27 @@ Yahoo! Query Language Documentation and Support * Yahoo! Social APIs - http://developer.yahoo.com/social/ * Yahoo! QUery Language Console https://developer.yahoo.com/yql/console/ -version 1.2 -=========== + +Releases Notes +============== + +v 1.2.1 +------ +* Multiple requests while using OAuth fixed + +v 1.2.0 +------- * OpenTable classes * Access to resources requiring authentication -version 0.5.6 -============= +v 0.5.6 +------------- * fetch data * access to community data * select data format (xml/json) * change data source * filter data - -fixes: ------- * fix handling of default and on the fly response format * fix limit on ***select(...).where(...)*** when no limit value is passed * fix limit on ***get(...)*** diff --git a/README.rst b/README.rst index 20c59e8..34d4e03 100644 --- a/README.rst +++ b/README.rst @@ -20,24 +20,28 @@ Yahoo! Query Language Documentation and Support - Yahoo! QUery Language Console https://developer.yahoo.com/yql/console/ -version 1.2 -=========== +Releases Notes +============== + +v 1.2.1 +------- + +- Multiple requests while using OAuth fixed + +v 1.2.0 +------- - OpenTable classes - Access to resources requiring authentication -version 0.5.6 -============= +v 0.5.6 +------- - fetch data - access to community data - select data format (xml/json) - change data source - filter data - -fixes: ------- - - fix handling of default and on the fly response format - fix limit on ***select(...).where(...)*** when no limit value is passed diff --git a/setup.py b/setup.py index e83ffb6..e18420b 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def read(fname): setup( name = "myql", - version = "1.2", + version = "1.2.1", description = "Python Wrapper for the Yahoo ! Query Language", long_description = read("README.rst"), author = "Josue Kouka",