Skip to content

Commit

Permalink
Merge pull request #30 from arc90/v0.2.4
Browse files Browse the repository at this point in the history
V0.2.4
  • Loading branch information
cshoe committed Apr 3, 2014
2 parents ac7601e + ae3e5ed commit 799f014
Show file tree
Hide file tree
Showing 7 changed files with 249 additions and 193 deletions.
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

0 comments on commit 799f014

Please sign in to comment.