Skip to content

Commit 4f9ca33

Browse files
committed
v 1.1.0
1 parent a600e16 commit 4f9ca33

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.1.0 2015-05-07
2+
3+
* User can now specify a custom JSON encoder or decoder upon initializing Pusher.
4+
15
#1.0.0 2015-04-25
26

37
* Python 2.6, 2.7 and 3.3 support

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from setuptools import setup
33
setup(
44
name='pusher',
5-
version='1.0.0',
5+
version='1.1.0',
66
description='A Python library to interract with the Pusher API',
77
url='https://github.com/pusher/pusher-http-python',
88
author='Pusher',

0 commit comments

Comments
 (0)