Skip to content

Commit d4c02cc

Browse files
Koushik SKclaude
andcommitted
chore: bump version to 4.60.1
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 19cdeee commit d4c02cc

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Change Log
2+
## [4.60.1](https://github.com/plivo/plivo-python/tree/v4.60.1) (2026-04-17)
3+
**Bug Fix - PhoneNumber Compliance API**
4+
- Fixed Requirements.get() sending None values as query params when not provided
5+
- Fixed create()/update() sending JSON instead of multipart when no document files provided
6+
27
## [4.60.0](https://github.com/plivo/plivo-python/tree/v4.60.0) (2026-04-08)
38
**Feature - PhoneNumber Compliance API support**
49
- Added `phone_number_compliance_requirements` resource for discovering compliance requirements by country, number type, and user type

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.60.0'
2+
__version__ = '4.60.1'

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