Skip to content

Commit

Permalink
Bump version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jgorset committed Jun 22, 2011
1 parent 74904dd commit 4588871
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
CHANGELOG

v0.2.2
- Fix a bug that caused non-JSON data (e.g. pictures) to raise a ValueError.

v0.2.1
- Fix a bug that caused a TypeError if the 'path' argument is an integer.

Expand Down
2 changes: 1 addition & 1 deletion facepy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from graph_api import GraphAPI

VERSION = '0.2.1'
VERSION = '0.2.2'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name = 'facepy',
version = '0.2.1',
version = '0.2.2',
description = "Facepy is an API client for Facebook's Graph API that doesn't suck.",
author = "Johannes Gorset",
author_email = "jgorset@gmail.com",
Expand Down

0 comments on commit 4588871

Please sign in to comment.