Skip to content

Commit 4bbc6c5

Browse files
authored
Merge branch 'master' into VT-1863-mpc-changes
2 parents 3d05400 + 19c5c28 commit 4bbc6c5

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
## [4.16.0](https://github.com/plivo/plivo-python/tree/v4.16.0) (2021-04-19)
44
- Added SDK support for Multiparty Call APIs and XML.
55

6+
## [4.15.3](https://github.com/plivo/plivo-python/tree/v4.15.2) (2021-03-10)
7+
- Add "npanxx" and "local_calling_area" support for Search Phone Number.
8+
69
## [4.15.2](https://github.com/plivo/plivo-python/tree/v4.15.2) (2020-12-14)
710
- Fix "Cannot import name 'encodestring' from 'base64'" error for Signature Validation-V2.
811

plivo/resources/numbers.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ def search(self,
4949
limit=None,
5050
offset=None,
5151
eligible=None,
52-
city=None):
52+
city=None,
53+
npanxx=None,
54+
local_calling_area=None):
5355
return self.client.request('GET', ('PhoneNumber', ),
5456
to_param_dict(self.search, locals()))
5557

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.0'

0 commit comments

Comments
 (0)