We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afaf75d commit 72ed8caCopy full SHA for 72ed8ca
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### 1.1.2 2015-08-08
2
+
3
+Fixed oversight in socket_id validation regex.
4
5
### 1.1.1 2015-05-08
6
7
* Library now validates `socket_id` for the `trigger` method.
setup.py
@@ -2,7 +2,7 @@
from setuptools import setup
setup(
name='pusher',
- version='1.1.1',
+ version='1.1.2',
description='A Python library to interract with the Pusher API',
url='https://github.com/pusher/pusher-http-python',
8
author='Pusher',
0 commit comments