Skip to content

Commit

Permalink
Bump version to 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jgorset committed Jan 16, 2012
1 parent d6be166 commit 5f647d7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions HISTORY.rst
@@ -1,6 +1,13 @@
History
-------

0.6.4
+++++

* Fixed a bug that caused SignedRequest.User#has_authorized_application to be incorrect for
signed requests with an user id, but no OAuth Token.
* Fixed a bug that caused queries that returned 3xx status codes to yield a blank string

0.6.3
+++++

Expand Down
2 changes: 1 addition & 1 deletion facepy/__init__.py
Expand Up @@ -2,4 +2,4 @@
from .signed_request import SignedRequest
from .exceptions import FacepyError

__version__ = '0.6.3'
__version__ = '0.6.4'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@

setup(
name = 'facepy',
version = '0.6.3',
version = '0.6.4',
description = 'Facepy makes it absurdly easy to interact with Facebook APIs',
long_description = readme + '\n\n' + history,
author = 'Johannes Gorset',
Expand Down

0 comments on commit 5f647d7

Please sign in to comment.