Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V0.2.4 #30

Merged
merged 5 commits into from Apr 3, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '0.2.3'
version = '0.2.4'
# The full version, including alpha/beta/rc tags.
release = '0.2.3'
release = '0.2.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
3 changes: 2 additions & 1 deletion readability/auth.py
Expand Up @@ -22,7 +22,8 @@

def xauth(consumer_key, consumer_secret, username, password,
base_url_template=DEFAULT_BASE_URL_TEMPLATE):
"""Returns an OAuth token that can be used with clients.ReaderClient.
"""
Returns an OAuth token that can be used with clients.ReaderClient.

:param consumer_key: Readability consumer key
:param consumer_secret: Readability consumer secret
Expand Down