File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
2+ ## [ 4.16.1] ( https://github.com/plivo/plivo-python/tree/v4.16.1 ) (2021-05-05)
3+ - Fixing trivis build issue.
24
35## [ 4.16.0] ( https://github.com/plivo/plivo-python/tree/v4.16.0 ) (2021-04-19)
46- Added SDK support for Multiparty Call APIs and XML.
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
2- __version__ = '4.16.0 '
2+ __version__ = '4.16.1 '
Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ decorator==4.1.2
22lxml == 4.2.3
33requests == 2.20.0
44six == 1.10.0
5+ PyJWT == 2.1.0
Original file line number Diff line number Diff line change @@ -312,7 +312,7 @@ def test_list_MPC(self):
312312 'status' : 'active' ,
313313 'termination_cause_code' : 1010 ,
314314 'end_time__gte' : '2020-03-10 11:45' ,
315- 'start_time__lte ' : '2020-03-30 09:35' ,
315+ 'creation_time__lte ' : '2020-03-30 09:35' ,
316316 'limit' : 15 ,
317317 'offset' : 156
318318 }
You can’t perform that action at this time.
0 commit comments