We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 486bb79 commit 3225faaCopy full SHA for 3225faa
Changelog
@@ -1,3 +1,4 @@
1
+2016-11-02 Fixes backward compatibility issue and a minor bug
2
2016-10-28 Adds support for verifying X-Plivo-Signature header
3
2014-06-02 Adds digitsMatchBLeg parameter to Dial XML
4
2014-01-14 Adds support for PhoneNumber API & Adds beep parameter for Wait element
setup.py
@@ -8,7 +8,7 @@
8
setup(
9
name = "plivo",
10
py_modules = ['plivo', "plivoxml"],
11
- version = "0.11.2",
+ version = "0.11.3",
12
description = "Plivo Python library",
13
author = "Plivo Team",
14
author_email = "hello@plivo.com",
0 commit comments