Skip to content

Commit

Permalink
v 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpatel531 committed May 7, 2015
1 parent a600e16 commit 4f9ca33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.0 2015-05-07

* User can now specify a custom JSON encoder or decoder upon initializing Pusher.

#1.0.0 2015-04-25

* Python 2.6, 2.7 and 3.3 support
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup
setup(
name='pusher',
version='1.0.0',
version='1.1.0',
description='A Python library to interract with the Pusher API',
url='https://github.com/pusher/pusher-http-python',
author='Pusher',
Expand Down

0 comments on commit 4f9ca33

Please sign in to comment.