Skip to content

Commit

Permalink
Bump version to 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jgorset committed Sep 8, 2015
1 parent e1b225d commit f43d388
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@ All notable changes to this project will be documented in this file.

## Unreleased

## 1.0.5 - 2015-01-07
## 1.0.7 - 2015-09-08
### Fixed
- Fixed an issue where `get_extended_access_token` using Graph API versions 2.3+ would
return JSON instead of a query string, resulting in an `AttributeError` to be thrown.
- `FacebookError` instances now contain additional data about the error.

## 1.0.6 - 2015-01-07
### Fixed
- Fixed an issue where pagination of nested resources would break.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='facepy',
version='1.0.6', # flake8: noqa
version='1.0.7', # flake8: noqa
description='Facepy makes it really easy to interact with Facebook\'s Graph API',
long_description=readme + '\n\n' + history,
author='Johannes Gorset',
Expand Down

0 comments on commit f43d388

Please sign in to comment.