We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48b4113 commit 4a4a0c1Copy full SHA for 4a4a0c1
CHANGELOG.md
@@ -1,4 +1,8 @@
1
2
+#### 1.3.0 2016-05-24
3
+
4
+* Add support for batch events
5
6
#### 1.2.3 2015-06-22
7
8
* Fixes sharing default mutable argument between requests
setup.py
@@ -2,7 +2,7 @@
from setuptools import setup
setup(
name='pusher',
- version='1.2.3',
+ version='1.3.0',
description='A Python library to interract with the Pusher API',
url='https://github.com/pusher/pusher-http-python',
author='Pusher',
0 commit comments