Skip to content

Commit

Permalink
Bump version to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jgorset committed Jan 7, 2015
1 parent cb4f393 commit 298b2e4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ Patches and suggestions
* Alexandre Bulté (abulte)
* Prince Arora (princearora111)
* Gerard Orozco
* Alexandre Defossez (adefossez)
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

## Unreleased

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

## 1.0.5 - 2015-01-05
### Added
- You may now specify the API version to use with `GraphAPI`.
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.5', # flake8: noqa
version='1.0.6', # 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 298b2e4

Please sign in to comment.