File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 4.1.0] ( https://github.com/plivo/plivo-python/tree/v4.1.0 ) (2018-02-26)
4+ - Add Address and Identity resources
5+ - Change a few functions in numbers.py to support the verification flows
6+
37## [ 4.0.0] ( https://github.com/plivo/plivo-python/tree/v4.0.0 ) (2018-01-18)
48- Supports specifying timeouts and proxies while client initialization
59- A few bug fixes (#35 , #36 , #39 & #40 )
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
2- __version__ = '4.0 .0'
2+ __version__ = '4.1 .0'
Original file line number Diff line number Diff line change 1010
1111setup (
1212 name = 'plivo' ,
13- version = '4.0 .0' ,
13+ version = '4.1 .0' ,
1414 description =
1515 'A Python SDK to make voice calls & send SMS using Plivo and to generate Plivo XML' ,
1616 long_description = long_description ,
You can’t perform that action at this time.
0 commit comments