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 f53c137 commit 4462d58Copy full SHA for 4462d58
CHANGELOG.md
@@ -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
6
### 1.1.3 2015-05-12
7
8
Tightened up socket_id validation regex.
setup.py
@@ -2,7 +2,7 @@
from setuptools import setup
setup(
name='pusher',
- version='1.1.3',
+ version='1.2.0',
description='A Python library to interract with the Pusher API',
url='https://github.com/pusher/pusher-http-python',
author='Pusher',
0 commit comments