Skip to content

Commit 9b48259

Browse files
Change log and version update
1 parent d716c43 commit 9b48259

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Change Log
2+
## [4.59.2](https://github.com/plivo/plivo-ruby/tree/v4.62.1) (2025-08-06)
3+
**Feature - Expanded Media Type Support for Media Upload**
4+
- Added support for additional media file formats: GIF, MP3, WAV, OGG, 3GPP, 3GPP2, VCARD, CSV, XLS, XLSX, and PLAIN text files
5+
26
## [4.59.1](https://github.com/plivo/plivo-python/tree/v4.59.1) (2025-05-28)
37
- Fixed signature validation.
48

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.59.1'
2+
__version__ = '4.59.2'

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