Skip to content

Commit 3d05400

Browse files
authored
Merge pull request #164 from plivo/MPC_version_bump_up
Added version bump up
2 parents 575d9b0 + a25a4a9 commit 3d05400

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [4.16.0](https://github.com/plivo/plivo-python/tree/v4.16.0) (2021-04-19)
4+
- Added SDK support for Multiparty Call APIs and XML.
5+
36
## [4.15.2](https://github.com/plivo/plivo-python/tree/v4.15.2) (2020-12-14)
47
- Fix "Cannot import name 'encodestring' from 'base64'" error for Signature Validation-V2.
58

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.15.2'
2+
__version__ = '4.16.0'

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.15.2',
13+
version='4.16.0',
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)