Skip to content

Commit

Permalink
updating from 1.2.0 to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
josuebrunel committed May 9, 2015
1 parent a5fc3e2 commit c52f395
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 16 deletions.
19 changes: 12 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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(...)***
Expand Down
20 changes: 12 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c52f395

Please sign in to comment.