We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a600e16 commit 4f9ca33Copy full SHA for 4f9ca33
CHANGELOG.md
@@ -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
5
#1.0.0 2015-04-25
6
7
* Python 2.6, 2.7 and 3.3 support
setup.py
@@ -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',
8
author='Pusher',
0 commit comments