Skip to content

Commit 291a827

Browse files
committed
bump version 4.18.1
1 parent 10c6c5e commit 291a827

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [4.18.1](https://github.com/plivo/plivo-python/tree/v4.18.1) (2021-07-16)
4+
- Updates to [add a member a multi-party call API](https://www.plivo.com/docs/voice/api/multiparty-call/participants#add-a-participant).
5+
- Remove validation range for `delay` and `ringtimeout` parameters.
6+
- Add appropriate error message for multiple `ringtimeout` and `delaydial` values.
7+
- Fix the agent limit validation bug so that it only checks when multiple `to` param values are supplied.
8+
- Fix the multiparty call and other voice API UT's.
9+
310
## [4.18.0](https://github.com/plivo/plivo-python/tree/v4.18.0) (2021-07-13)
411
- Power pack ID has been included to the response for the [list all messages API](https://www.plivo.com/docs/sms/api/message/list-all-messages/) and the [get message details API](https://www.plivo.com/docs/sms/api/message#retrieve-a-message).
512
- Support for filtering messages by Power pack ID has been added to the [list all messages API](https://www.plivo.com/docs/sms/api/message#list-all-messages).

plivo/version.py

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name='plivo',
13-
version='4.18.0',
13+
version='4.18.1',
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',

0 commit comments

Comments
 (0)