forked from csu/pyquora
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
v0.1.4, 26 July 2014 -- Small bugfix to review requests. | ||
v0.1.3, 26 July 2014 -- Added review requests to activity. | ||
v0.1.6, 10 August 2014 -- Bugfix for key | ||
v0.1.5, 10 August 2014 -- Bugfix for followers/following with old UI and certain profiles. | ||
v0.1.4, 9 August 2014 -- Small bugfix to review requests. | ||
v0.1.3, 9 August 2014 -- Added review requests to activity. | ||
v0.1.2, 26 July 2014 -- Fixed to work with new Quora UI. | ||
v0.1.1, 26 July 2014 -- Readme. | ||
v0.1.0, 26 July 2014 -- Initial release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
setup( | ||
name='quora', | ||
version='0.1.4', | ||
version='0.1.6', | ||
description='Fetches and parses data from Quora.', | ||
author='Christopher Su', | ||
author_email='[email protected]', | ||
|