Skip to content

Commit b8111c2

Browse files
committed
Release v1.2.3
1 parent 845e8a0 commit b8111c2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2+
#### 1.2.3 2015-06-22
3+
4+
* Fixes sharing default mutable argument between requests
5+
* Only load RequestsBackend when required (avoids issues on GAE)
6+
17
#### 1.2.2 2015-06-12
28

39
Added Wheel file publishing. No functional changes.

setup.py

Lines changed: 1 addition & 1 deletion
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.2',
5+
version='1.2.3',
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)