Skip to content

Commit 4462d58

Browse files
committed
Version 1.2.0
1 parent f53c137 commit 4462d58

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 1.2.0 2015-05-29
2+
3+
* Renamed `URLFetchBackend` to `GAEBackend`, which specifically imports the Google App Engine urlfetch library.
4+
* Library creates an SSL context from certificate, addressing users receiving `InsecurePlatformWarning`s.
5+
16
### 1.1.3 2015-05-12
27

38
Tightened up socket_id validation regex.

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.1.3',
5+
version='1.2.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)