File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11# Change Log
2-
2+ ## [ 4.58.3] ( https://github.com/plivo/plivo-python/tree/v4.58.3 ) (2025-01-14)
3+ - Added ` from_number ` and ` to_number ` filter support for ` list messages ` API
4+ -
35## [ 4.58.2] ( https://github.com/plivo/plivo-python/tree/v4.58.2 ) (2024-12-16)
46- Fixed broken link in README.md
57
Original file line number Diff line number Diff line change @@ -154,6 +154,8 @@ def list(self,
154154 message_type = None ,
155155 conversation_id = None ,
156156 conversation_origin = None ,
157+ from_number = None ,
158+ to_number = None ,
157159 ):
158160 return self .client .request (
159161 'GET' , ('Message' , ),
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
2- __version__ = '4.58.2 '
2+ __version__ = '4.58.3 '
Original file line number Diff line number Diff line change 1010
1111setup (
1212 name = 'plivo' ,
13- version = '4.58.2 ' ,
13+ version = '4.58.3 ' ,
1414 description = 'A Python SDK to make voice calls & send SMS using Plivo and to generate Plivo XML' ,
1515 long_description = long_description ,
1616 url = 'https://github.com/plivo/plivo-python' ,
You can’t perform that action at this time.
0 commit comments