We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48d034c commit 26110e6Copy full SHA for 26110e6
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### 1.1.1 2015-05-08
2
+
3
+* Library now validates `socket_id` for the `trigger` method.
4
5
## 1.1.0 2015-05-07
6
7
* User can now specify a custom JSON encoder or decoder upon initializing Pusher.
setup.py
@@ -2,7 +2,7 @@
from setuptools import setup
setup(
name='pusher',
- version='1.1.0',
+ version='1.1.1',
description='A Python library to interract with the Pusher API',
url='https://github.com/pusher/pusher-http-python',
8
author='Pusher',
0 commit comments