Skip to content

Commit ecb9b99

Browse files
authored
Merge pull request #165 from plivo/fix-build
Fix build
2 parents 0843141 + a553695 commit ecb9b99

4 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
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.

plivo/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = '4.16.0'
2+
__version__ = '4.16.1'

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ decorator==4.1.2
22
lxml==4.2.3
33
requests==2.20.0
44
six==1.10.0
5+
PyJWT==2.1.0

tests/resources/test_multipartycalls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)