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 8a9b6a2 commit 377b413Copy full SHA for 377b413
CHANGELOG.md
@@ -1,4 +1,8 @@
1
-### 1.1.2 2015-08-08
+### 1.1.3 2015-05-12
2
+
3
+Tightened up socket_id validation regex.
4
5
+### 1.1.2 2015-05-08
6
7
Fixed oversight in socket_id validation regex.
8
setup.py
@@ -2,7 +2,7 @@
from setuptools import setup
setup(
name='pusher',
- version='1.1.2',
+ version='1.1.3',
description='A Python library to interract with the Pusher API',
url='https://github.com/pusher/pusher-http-python',
author='Pusher',
0 commit comments