Skip to content

Commit 4a4a0c1

Browse files
committed
Release v1.3.0
1 parent 48b4113 commit 4a4a0c1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11

2+
#### 1.3.0 2016-05-24
3+
4+
* Add support for batch events
5+
26
#### 1.2.3 2015-06-22
37

48
* Fixes sharing default mutable argument between requests

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from setuptools import setup
33
setup(
44
name='pusher',
5-
version='1.2.3',
5+
version='1.3.0',
66
description='A Python library to interract with the Pusher API',
77
url='https://github.com/pusher/pusher-http-python',
88
author='Pusher',

0 commit comments

Comments
 (0)